function panelizer_update_7104 in Panelizer 7.2
Same name and namespace in other branches
- 7.3 panelizer.install \panelizer_update_7104()
Add the access field.
File
- ./
panelizer.install, line 316 - Install, update and uninstall functions for the panelizer module.
Code
function panelizer_update_7104() {
$schema = panelizer_schema_2();
$access = $schema['panelizer_defaults']['fields']['access'];
db_add_field('panelizer_defaults', 'access', $access);
}