mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-21 22:01:31 +00:00
Show spam aliases #
This commit is contained in:
3
data/web/rc/SQL/mysql/2015111100.sql
Normal file
3
data/web/rc/SQL/mysql/2015111100.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `users`
|
||||
ADD `failed_login` datetime DEFAULT NULL,
|
||||
ADD `failed_login_counter` int(10) UNSIGNED DEFAULT NULL;
|
||||
Reference in New Issue
Block a user