summaryrefslogtreecommitdiff
path: root/database/updates.inc
diff options
context:
space:
mode:
Diffstat (limited to 'database/updates.inc')
-rw-r--r--database/updates.inc10
1 files changed, 1 insertions, 9 deletions
diff --git a/database/updates.inc b/database/updates.inc
index 1b7ae8f2d..96d8da6fc 100644
--- a/database/updates.inc
+++ b/database/updates.inc
@@ -66,8 +66,7 @@ $sql_updates = array(
"2005-08-08" => "update_144",
"2005-08-15" => "update_145",
"2005-08-25" => "update_146",
- "2005-09-07" => "update_147",
- "2005-09-12" => "update_148"
+ "2005-09-07" => "update_147"
);
function update_110() {
@@ -812,13 +811,6 @@ function update_147() {
return $ret;
}
-function update_148() {
- $ret = array();
-
- $ret[] = update_sql('ALTER TABLE {blocks} ADD PRIMARY KEY (module, delta)');
-
- return $ret;
-}
function update_sql($sql) {
$edit = $_POST["edit"];