function system_update_7044 in Drupal 7
Drop the actions_aid table.
Related topics
File
- modules/
system/ system.install, line 2425 - 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');
}