summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-18 07:10:23 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-18 07:10:23 +0000
commitc887d7bbd0835738347448b82ae322d7844464ec (patch)
tree0ef338bfd3c9533c0e58844036bd639eb3679949 /modules
parent3dddaa3e6ff47b52df5836a49272952893208ddc (diff)
downloadbrdo-c887d7bbd0835738347448b82ae322d7844464ec.tar.gz
brdo-c887d7bbd0835738347448b82ae322d7844464ec.tar.bz2
PHP really doesn't like more than one system_update_7043() function. No, no it does not.
Diffstat (limited to 'modules')
-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');