]> git.donarmstrong.com Git - roundcube.git/blob - debian/patches/mysql-update-fix.patch
Merge commit 'debian/0.1.1-7' into debian
[roundcube.git] / debian / patches / mysql-update-fix.patch
1 --- roundcubemail-0.1.1-dep/SQL/mysql.update.sql~       2008-04-05 14:49:21.000000000 +0200
2 +++ roundcubemail-0.1.1-dep/SQL/mysql.update.sql        2008-04-05 18:09:10.000000000 +0200
3 @@ -5,7 +5,7 @@
4  
5  ALTER TABLE `messages`
6    DROP INDEX `idx`,
7 -  DROP INDEX `uid`
8 +  DROP INDEX `uid`;
9  
10  ALTER TABLE `cache`
11    DROP INDEX `cache_key`,