From 67978b159bd0bb8f76cf7a14e30629c134b668b0 Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 19 Dec 2011 07:27:27 +0000 Subject: - Fix wrong postgres sequence name in upgrade from 0.6 git-svn-id: https://svn.roundcube.net/trunk@5627 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/SQL/postgres.update.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/SQL') diff --git a/roundcubemail/SQL/postgres.update.sql b/roundcubemail/SQL/postgres.update.sql index c96669dc8..0db2e9ee0 100644 --- a/roundcubemail/SQL/postgres.update.sql +++ b/roundcubemail/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