mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 23:04:01 +01:00
3 lines
147 B
SQL
3 lines
147 B
SQL
ALTER TABLE "users" ADD "failed_login" timestamp with time zone DEFAULT NULL;
|
|
ALTER TABLE "users" ADD "failed_login_counter" integer DEFAULT NULL;
|