function override_css_update_7101 in Override css 7
Add bundle column.
File
- ./
override_css.install, line 132
Code
function override_css_update_7101() {
$spec = array(
'description' => 'The name of the bundle of this css selector.',
'type' => 'varchar',
'length' => 255,
'not null' => FALSE,
'default' => '',
);
db_add_field('override_css', 'bundle', $spec);
}