X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=SQL%2Fpostgres.update.sql;h=94513c53fef603c60718f8d3f4578d6a5c5686ec;hb=a2dd2e41259a5e90016efcd7d083020b95e25527;hp=0ae8d3f7fda5cab464a9ac98e8e443546fd336e9;hpb=07e1de2dcd3f3ff8910a3680493f035b3c693cf0;p=roundcube.git diff --git a/SQL/postgres.update.sql b/SQL/postgres.update.sql index 0ae8d3f..94513c5 100644 --- a/SQL/postgres.update.sql +++ b/SQL/postgres.update.sql @@ -89,3 +89,14 @@ ALTER TABLE users ADD CONSTRAINT users_username_key UNIQUE (username, mail_host) ALTER TABLE contacts ALTER email TYPE varchar(255); TRUNCATE messages; + +-- Updates from version 0.5.1 +-- Updates from version 0.5.2 +-- Updates from version 0.5.3 +-- Updates from version 0.5.4 + +ALTER TABLE contacts ADD words TEXT NULL; +CREATE INDEX contactgroupmembers_contact_id_idx ON contactgroupmembers (contact_id); + +TRUNCATE messages; +TRUNCATE cache;