mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-18 12:21:30 +00:00
Show spam aliases #
This commit is contained in:
7
data/web/rc/SQL/postgres/2011011200.sql
Normal file
7
data/web/rc/SQL/postgres/2011011200.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- 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;
|
||||
Reference in New Issue
Block a user