function system_update_7044

Drop the actions_aid table.

Related topics

Archivo

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

Código

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');
}