function glossify_update_1 in Glossify 6.3
File
- ./
glossify.install, line 103 - Glossify's install and uninstall code.
Code
function glossify_update_1() {
$ret = array();
db_add_field($ret, 'glossify', 'configuration', array(
'type' => 'varchar',
'not null' => TRUE,
'length' => 256,
));
return $ret;
}