You are here

function shrinktheweb_update_7100 in ShrinkTheWeb 7

This will update the shrinktheweb_log table to its new format

File

./shrinktheweb.install, line 140

Code

function shrinktheweb_update_7100() {
  $schema = shrinktheweb_schema();
  db_drop_table('shrinktheweb_log');
  db_create_table('shrinktheweb_log', $schema['shrinktheweb_log']);
}