mailcow/data/web/rc/SQL/postgres/2015111100.sql
2017-02-21 22:27:11 +01:00

3 lines
143 B
SQL

ALTER TABLE "users" ADD failed_login timestamp with time zone DEFAULT NULL;
ALTER TABLE "users" ADD failed_login_counter integer DEFAULT NULL;