]> git.donarmstrong.com Git - roundcube.git/blobdiff - SQL/postgres.update.sql
Handle incorrect upgrade from 0.3.1-6 when "changed" column already
[roundcube.git] / SQL / postgres.update.sql
index 444caf6f6ca47cf6e9948c499b9c6c2d29a6c374..2f4498d36897050fa600a100b5955db25e34804e 100644 (file)
@@ -88,3 +88,4 @@ DROP INDEX users_username_id_idx;
 ALTER TABLE users ADD UNIQUE (username, mail_host);
 ALTER TABLE contacts ALTER email TYPE varchar(255);
 
+TRUNCATE messages;