Aleksander Machniak
2013-04-06 6f4b50abea536bd13a3dc6dde04aaee825dc8c8e
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