function shurly_update_7100 in ShURLy 7
Convert destination field to text.
File
- ./
shurly.install, line 191 - Shurly install file
Code
function shurly_update_7100() {
db_change_field('shurly', 'destination', 'destination', array(
'description' => t('redirect URL'),
'type' => 'text',
'not null' => TRUE,
));
}