mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-23 14:51:31 +00:00
Show spam aliases #
This commit is contained in:
4
data/web/rc/SQL/mssql/2015111100.sql
Normal file
4
data/web/rc/SQL/mssql/2015111100.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE [dbo].[users] ADD [failed_login] [datetime] NULL
|
||||
GO
|
||||
ALTER TABLE [dbo].[users] ADD [failed_login_counter] [int] NULL
|
||||
GO
|
||||
Reference in New Issue
Block a user