function background_process_update_6107 in Background Process 6
Increase size of args column
File
- ./
background_process.install, line 211 - This is the installation file for the Background Process module
Code
function background_process_update_6107() {
db_change_field($ret, 'background_process', 'args', 'args', array(
'type' => 'blob',
'size' => 'big',
'not null' => FALSE,
));
return $ret;
}