dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Performance improvements in format_flowed() and unfold_flowed()
Aleksander Machniak
2016-05-08
3d0d5dbd0f35c47b21e2e574703a08f07ce677dd
[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