dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix priority icon(s) position
Aleksander Machniak
2016-05-22
77b5d7ee304a688a2eb115ce04b460b43c0dd700
[githubFork/roundcubemail.git]
/
SQL
/
mssql
/
2015111100.sql
1
2
3
4
ALTER TABLE [dbo].[users] ADD [failed_login] [datetime] NULL
GO
ALTER TABLE [dbo].[users] ADD [failed_login_counter] [int] NULL
GO