You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-- 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
|