diff options
Diffstat (limited to '')
| -rw-r--r-- | webmail/SQL/mssql/2010100600.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/webmail/SQL/mssql/2010100600.sql b/webmail/SQL/mssql/2010100600.sql new file mode 100644 index 0000000..fb045e3 --- /dev/null +++ b/webmail/SQL/mssql/2010100600.sql @@ -0,0 +1,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
+
\ No newline at end of file |
