mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01:00
9 lines
226 B
Transact-SQL
9 lines
226 B
Transact-SQL
-- 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
|