mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-17 20:01:31 +00:00
5 lines
135 B
Transact-SQL
5 lines
135 B
Transact-SQL
ALTER TABLE [dbo].[users] ADD [failed_login] [datetime] NULL
|
|
GO
|
|
ALTER TABLE [dbo].[users] ADD [failed_login_counter] [int] NULL
|
|
GO
|