function shrinktheweb_update_6100 in ShrinkTheWeb 6
This will update the shrinktheweb_log table to its new format
File
- ./
shrinktheweb.install, line 136
Code
function shrinktheweb_update_6100() {
$schema = shrinktheweb_schema();
db_drop_table($ret, 'shrinktheweb_log');
db_create_table($ret, 'shrinktheweb_log', $schema['shrinktheweb_log']);
}