You've already forked mailcow-dockerized
mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-06-23 00:39:31 +02:00
Show spam aliases #
This commit is contained in:
4
data/web/rc/SQL/postgres/2010042300.sql
Normal file
4
data/web/rc/SQL/postgres/2010042300.sql
Normal file
@ -0,0 +1,4 @@
|
||||
-- Updates from version 0.4-beta
|
||||
|
||||
ALTER TABLE users ALTER last_login DROP NOT NULL;
|
||||
ALTER TABLE users ALTER last_login SET DEFAULT NULL;
|
Reference in New Issue
Block a user