mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-18 04:11:31 +00:00
Show spam aliases #
This commit is contained in:
6
data/web/rc/SQL/postgres/2009090400.sql
Normal file
6
data/web/rc/SQL/postgres/2009090400.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Updates from version 0.3-stable
|
||||
|
||||
TRUNCATE messages;
|
||||
CREATE INDEX messages_index_idx ON messages (user_id, cache_key, idx);
|
||||
DROP INDEX contacts_user_id_idx;
|
||||
CREATE INDEX contacts_user_id_idx ON contacts (user_id, email);
|
||||
Reference in New Issue
Block a user