function headerimage_update_6002 in Header image 6
Remove default from field conditions.
File
- ./
headerimage.install, line 101
Code
function headerimage_update_6002() {
$ret = array();
db_change_field($ret, 'headerimage', 'conditions', 'conditions', array(
'description' => t(''),
'type' => 'text',
'not null' => TRUE,
));
return $ret;
}