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

2011011200.sql « mssql « SQL - github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8715455df7b8b05ec905c67a6c37c5b7e603f66b (plain)
1
2
3
4
5
6
7
8
9
10
-- 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