mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-17 20:01:31 +00:00
4 lines
124 B
SQL
4 lines
124 B
SQL
ALTER TABLE `users`
|
|
ADD `failed_login` datetime DEFAULT NULL,
|
|
ADD `failed_login_counter` int(10) UNSIGNED DEFAULT NULL;
|