From e3268ba79b17ca92ba688b8f57bedee0ef164204 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 25 Jan 2005 21:54:00 +0000 Subject: - Wrong update slipped in. --- database/updates.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'database') diff --git a/database/updates.inc b/database/updates.inc index 6ebe84774..9a7750edd 100644 --- a/database/updates.inc +++ b/database/updates.inc @@ -2144,9 +2144,7 @@ function update_119() { } function update_120() { - // Add column to the blocks table. $ret = array(); - $ret[] = update_sql("ALTER TABLE {blocks} ADD types varchar(16)"); // Rewrite old URL aliases. Works for both PostgreSQL and MySQL $result = db_query("SELECT pid, src FROM {url_alias} WHERE src LIKE 'blog/%%'"); -- cgit v1.2.3