function system_update_7044

Drop the actions_aid table.

Related topics

File

modules/system/system.install, line 2444

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.