From 89dc8499c3e51d426f685ff70e4e878d992ad2c7 Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 19 Dec 2011 07:42:10 +0000 Subject: - Applied fixes from trunk up to r5628 --- SQL/postgres.update.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SQL/postgres.update.sql') diff --git a/SQL/postgres.update.sql b/SQL/postgres.update.sql index c96669dc8..0db2e9ee0 100644 --- a/SQL/postgres.update.sql +++ b/SQL/postgres.update.sql @@ -127,7 +127,7 @@ CREATE TABLE searches ( CONSTRAINT searches_user_id_key UNIQUE (user_id, "type", name) ); -DROP SEQUENCE messages_ids; +DROP SEQUENCE message_ids; DROP TABLE messages; CREATE TABLE cache_index ( -- cgit v1.2.3