dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix so valid and set date.timezone is not required by installer checks (#14...
Aleksander Machniak
2013-06-21
7a7c25aeff3073b21afe326c16b092f91ddbfb6c
[githubFork/roundcubemail.git]
/
SQL
/
mssql
/
2010100600.sql
1
2
3
4
5
6
7
8
9
-- Updates from version 0.4.2
DROP INDEX [IX_users_username]
GO
CREATE UNIQUE INDEX [IX_users_username] ON [dbo].[users]([username],[mail_host]) ON [PRIMARY]
GO
ALTER TABLE [dbo].[contacts] ALTER COLUMN [email] [varchar] (255) COLLATE Latin1_General_CI_AI NOT NULL
GO