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/2010100600.sql
Normal file
7
data/web/rc/SQL/postgres/2010100600.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Updates from version 0.4.2
|
||||
|
||||
DROP INDEX users_username_id_idx;
|
||||
ALTER TABLE users ADD CONSTRAINT users_username_key UNIQUE (username, mail_host);
|
||||
ALTER TABLE contacts ALTER email TYPE varchar(255);
|
||||
|
||||
TRUNCATE messages;
|
||||
Reference in New Issue
Block a user