X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=SQL%2Fmysql.update.sql;h=aaab43fb23217f663c75919931c14d51e15b5de4;hb=d832c6b37ce0cba5a2bc015b1c806ba6990c4253;hp=2af0a47e6f5ca58806fb1bbed8da6f1c01344101;hpb=e4e7e688fab1ecd11476957e33ed709ac6326538;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`; +