function system_update_8019

Remove the registry tables.

Related topics

File

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

Code

function system_update_8019() {
  db_drop_table('registry');
  db_drop_table('registry_file');
}