X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=SQL%2Fmysql.update.sql;h=aaab43fb23217f663c75919931c14d51e15b5de4;hb=b3b93477f293bb1a37e17e2152f1710a2a1ab93c;hp=2af0a47e6f5ca58806fb1bbed8da6f1c01344101;hpb=0049b44955bd98230dd609e8dd84bde1747eb278;p=roundcube.git diff --git a/SQL/mysql.update.sql b/SQL/mysql.update.sql index 2af0a47..aaab43f 100644 --- a/SQL/mysql.update.sql +++ b/SQL/mysql.update.sql @@ -131,3 +131,5 @@ ALTER TABLE `users` ADD UNIQUE `username` (`username`, `mail_host`); ALTER TABLE `contacts` MODIFY `email` varchar(255) NOT NULL; +TRUNCATE TABLE `messages`; +