dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
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
commit
|
author
|
age
a15d87
1
ALTER TABLE "users" ADD "failed_login" timestamp with time zone DEFAULT NULL;
AM
2
ALTER TABLE "users" ADD "failed_login_counter" integer DEFAULT NULL;