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/2011011200.sql')
-rw-r--r--SQL/mssql/2011011200.sql10
1 files changed, 0 insertions, 10 deletions
diff --git a/SQL/mssql/2011011200.sql b/SQL/mssql/2011011200.sql
deleted file mode 100644
index 8715455df..000000000
--- a/SQL/mssql/2011011200.sql
+++ /dev/null
@@ -1,10 +0,0 @@
--- Updates from version 0.5.x
-
-ALTER TABLE [dbo].[contacts] ADD [words] [text] COLLATE Latin1_General_CI_AI NULL
-GO
-CREATE INDEX [IX_contactgroupmembers_contact_id] ON [dbo].[contactgroupmembers]([contact_id]) ON [PRIMARY]
-GO
-DELETE FROM [dbo].[messages]
-GO
-DELETE FROM [dbo].[cache]
-GO