dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'dev-svg'
Aleksander Machniak
2016-01-18
22a018d082ba7ce4f88a44bb473180b5dd58277a
[githubFork/roundcubemail.git]
/
SQL
/
mysql
/
2015111100.sql
1
2
3
ALTER TABLE `users`
ADD `failed_login` datetime DEFAULT NULL,
ADD `failed_login_counter` int(10) UNSIGNED DEFAULT NULL;