]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/patches/sql-fixes.patch
More SQL fixes on update. Closes: #654297.
[roundcube.git] / debian / patches / sql-fixes.patch
index 1b1174945086f38f81f2aa2729d6030417363c06..a0c15eed816d10fc5bbd619042d84f32af481db3 100644 (file)
@@ -33,3 +33,12 @@ Various SQL fixes for 0.7.
 +CREATE UNIQUE INDEX ix_searches_user_type_name ON searches (user_id, type, name);
  
  -- --------------------------------------------------------
+--- roundcubemail/SQL/postgres.update.sql      (revision 5468)
++++ roundcubemail/SQL/postgres.update.sql      (revision 5627)
+@@ -128,5 +128,5 @@
+ );
+-DROP SEQUENCE messages_ids;
++DROP SEQUENCE message_ids;
+ DROP TABLE messages;