Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'SQL/mssql/2010100600.sql')
-rw-r--r--SQL/mssql/2010100600.sql9
1 files changed, 0 insertions, 9 deletions
diff --git a/SQL/mssql/2010100600.sql b/SQL/mssql/2010100600.sql
deleted file mode 100644
index fb045e303..000000000
--- a/SQL/mssql/2010100600.sql
+++ /dev/null
@@ -1,9 +0,0 @@
--- 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