mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-06-06 23:46:47 +02:00
6 lines
180 B
SQL
6 lines
180 B
SQL
-- Updates from version 0.7
|
|
|
|
DROP INDEX contacts_user_id_idx;
|
|
CREATE INDEX contacts_user_id_idx ON contacts USING btree (user_id, del);
|
|
ALTER TABLE contacts ALTER email TYPE text;
|