function shortcut_update_8001

Drop the {shortcut_set} table.

Related topics

File

drupal/core/modules/shortcut/shortcut.install, line 99
Install, update and uninstall functions for the shortcut module.

Code

function shortcut_update_8001() {
  db_drop_table('shortcut_set');
}