function system_update_7044

7.x system.install system_update_7044()

Drop the actions_aid table.

Related topics

File

drupal-7.x/modules/system/system.install, line 2315
Install, update and uninstall functions for the system module.

Code

function system_update_7044() {
  // The current value of the increment has been taken into account when
  // creating the sequences table in update_fix_d7_requirements().
  db_drop_table('actions_aid');
}