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/2012080700.sql
Normal file
7
data/web/rc/SQL/postgres/2012080700.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Updates from version 0.8
|
||||
|
||||
ALTER TABLE cache DROP COLUMN cache_id;
|
||||
DROP SEQUENCE cache_ids;
|
||||
|
||||
ALTER TABLE users DROP COLUMN alias;
|
||||
CREATE INDEX identities_email_idx ON identities (email, del);
|
||||
Reference in New Issue
Block a user