mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01: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;
|