You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2011011200.sql 298B

12345678910
  1. -- Updates from version 0.5.x
  2. ALTER TABLE [dbo].[contacts] ADD [words] [text] COLLATE Latin1_General_CI_AI NULL
  3. GO
  4. CREATE INDEX [IX_contactgroupmembers_contact_id] ON [dbo].[contactgroupmembers]([contact_id]) ON [PRIMARY]
  5. GO
  6. DELETE FROM [dbo].[messages]
  7. GO
  8. DELETE FROM [dbo].[cache]
  9. GO