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:
2
data/web/rc/SQL/postgres/2015111100.sql
Normal file
2
data/web/rc/SQL/postgres/2015111100.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE "users" ADD failed_login timestamp with time zone DEFAULT NULL;
|
||||
ALTER TABLE "users" ADD failed_login_counter integer DEFAULT NULL;
|
||||
Reference in New Issue
Block a user