dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix bug where errors could have been not logged when per_user_logging=true
Aleksander Machniak
2016-05-18
930a3ceac0aeb42474fb0a6129517aaa15b794b4
[githubFork/roundcubemail.git]
/
SQL
/
oracle
/
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;