Mercurial > hg > rc2
view SQL/mssql/2012080700.sql @ 9:0c9c57d9d4dd
maybe stragglers from 1.3.3, after another mistaken apt-get install of 1.2.3
author | Charlie Root |
---|---|
date | Fri, 04 Jan 2019 06:38:56 -0500 |
parents | 4681f974d28b |
children |
line wrap: on
line source
-- 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