You've already forked mailcow-dockerized
mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-06-15 00:15:33 +02:00
Show spam aliases #
This commit is contained in:
5
data/web/rc/SQL/postgres/2011121400.sql
Normal file
5
data/web/rc/SQL/postgres/2011121400.sql
Normal file
@ -0,0 +1,5 @@
|
||||
-- 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;
|
Reference in New Issue
Block a user