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

2012080700.sql « mssql « SQL - github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 33e6133b3961bac4399840b0792f8b02dcc78bb4 (plain)
1
2
3
4
5
6
7
8
-- Updates from version 0.8

ALTER TABLE [dbo].[cache] DROP COLUMN [cache_id]
GO
ALTER TABLE [dbo].[users] DROP COLUMN [alias]
GO
CREATE INDEX [IX_identities_email] ON [dbo].[identities]([email],[del]) ON [PRIMARY]
GO