function update_update_8002

Deletes the {cache_update} table.

File

drupal/core/modules/update/update.install, line 173
Install, update, and uninstall functions for the Update Manager module.

Code

function update_update_8002() {
  db_drop_table('cache_update');
}