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.
9 lines
226 B
MySQL
9 lines
226 B
MySQL
12 years ago
|
-- 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
|