diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-09-14 21:37:11 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-09-14 21:37:11 +0000 |
commit | da74bce9bc791809dd5b0bd16385ae3f06e6058a (patch) | |
tree | dc76fbc6225c191a9a3f33ac5bf5536ab13d9891 /database/updates.inc | |
parent | 4005922332b3f51f86e29507ea1e19e179119493 (diff) | |
download | brdo-da74bce9bc791809dd5b0bd16385ae3f06e6058a.tar.gz brdo-da74bce9bc791809dd5b0bd16385ae3f06e6058a.tar.bz2 |
- Patch #30801 by Allie Micka, m3avrck, 1uv4t4r et al: fixed block problems.
Diffstat (limited to 'database/updates.inc')
-rw-r--r-- | database/updates.inc | 10 |
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"]; |