function system_update_8025

Remove {system} table.

Related topics

File

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

Code

function system_update_8025() {
  db_drop_table('system');
}