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.
11 lines
298 B
MySQL
11 lines
298 B
MySQL
12 years ago
|
-- Updates from version 0.5.x
|
||
|
|
||
|
ALTER TABLE [dbo].[contacts] ADD [words] [text] COLLATE Latin1_General_CI_AI NULL
|
||
|
GO
|
||
|
CREATE INDEX [IX_contactgroupmembers_contact_id] ON [dbo].[contactgroupmembers]([contact_id]) ON [PRIMARY]
|
||
|
GO
|
||
|
DELETE FROM [dbo].[messages]
|
||
|
GO
|
||
|
DELETE FROM [dbo].[cache]
|
||
|
GO
|