dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
CS fixes
Aleksander Machniak
2016-03-14
3a13b5dab88346ca6fe73a95037fb9ee73dd9b06
[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;