summaryrefslogtreecommitdiff
path: root/database/updates.inc
diff options
context:
space:
mode:
Diffstat (limited to 'database/updates.inc')
-rw-r--r--database/updates.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/updates.inc b/database/updates.inc
index 8f650b268..5260d1604 100644
--- a/database/updates.inc
+++ b/database/updates.inc
@@ -962,7 +962,6 @@ function update_83() {
status int(1) unsigned NOT NULL default '0',
PRIMARY KEY (mid)
);");
- $ret[] = update_sql("INSERT INTO {sequences} (name, id) VALUES ('menu_mid', 1)");
}
else {
$ret[] = update_sql("CREATE TABLE {menu} (
@@ -977,6 +976,7 @@ function update_83() {
);");
}
+ db_next_id('{menu}_mid');
return $ret;
}