dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix list row selection when provided uid is number not a string
Aleksander Machniak
2016-02-14
8bbb45452440746e43fca71d7f7a0f7369ad414e
[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;