1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-06-04 23:37:39 +02:00
2017-02-21 22:27:11 +01:00

8 lines
194 B
SQL

-- Updates from version 0.5.x
ALTER TABLE contacts ADD words TEXT NULL;
CREATE INDEX contactgroupmembers_contact_id_idx ON contactgroupmembers (contact_id);
TRUNCATE messages;
TRUNCATE cache;