Drop the actions_aid table.

Related topics

File

modules/system/system.install, line 2444
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');
}