function system_update_8053

Remove {cache_form} table.

Related topics

File

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

Code

function system_update_8053() {
  db_drop_table('cache_form');
}