summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index 4e5496f90..6ba6d1ff9 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -2851,7 +2851,7 @@ function system_update_7043() {
/**
* Reuse the actions_aid table as sequences.
*/
-function system_update_7043() {
+function system_update_7044() {
db_drop_primary_key('actions_aid');
db_change_field('actions_aid', 'aid', 'value', array('type' => 'serial', 'unsigned' => TRUE, 'not null' => TRUE), array('primary key' => array('value')));
db_rename_table('actions_aid', 'sequences');