dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Merge pull request #5168 from piuma/patch-1
Aleksander Machniak
2016-05-09
f7fdf1a4dee159e9cb6c542e7ef473562b90f183
[githubFork/roundcubemail.git]
/
SQL
/
mssql
/
2015111100.sql
commit
|
author
|
age
a15d87
1
ALTER TABLE [dbo].[users] ADD [failed_login] [datetime] NULL
AM
2
GO
3
ALTER TABLE [dbo].[users] ADD [failed_login_counter] [int] NULL
4
GO