X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fpatches%2Fsql-fixes.patch;h=a0c15eed816d10fc5bbd619042d84f32af481db3;hb=ee52a19347b3e6bb10f8e95796700b73739ead41;hp=1b1174945086f38f81f2aa2729d6030417363c06;hpb=63d223c409d3dca2f330bdc4497a47075d162ce3;p=roundcube.git diff --git a/debian/patches/sql-fixes.patch b/debian/patches/sql-fixes.patch index 1b11749..a0c15ee 100644 --- a/debian/patches/sql-fixes.patch +++ b/debian/patches/sql-fixes.patch @@ -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; +