]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/sql/pgsql/0.7-1
More SQL fixes on update. Closes: #654297.
[roundcube.git] / debian / sql / pgsql / 0.7-1
index cb4ae9bb99b20b8450333c6b97f7207d6a9f8661..10c7f23381f7a517911dc307b0673a7f48c224b8 100644 (file)
@@ -24,7 +24,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 (