dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Refer to Github issues instead of Trac
Thomas Bruederli
2016-03-20
9361e053b0822e2d8f3324e0f18c23658ea8bb43
[githubFork/roundcubemail.git]
/
SQL
/
postgres
/
2015111100.sql
1
2
ALTER TABLE "users" ADD failed_login timestamp with time zone DEFAULT NULL;
ALTER TABLE "users" ADD failed_login_counter integer DEFAULT NULL;