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 344B

12345678
  1. -- Updates from version 0.5.x
  2. ALTER TABLE `contacts` ADD `words` TEXT NULL AFTER `vcard`;
  3. ALTER TABLE `contacts` CHANGE `vcard` `vcard` LONGTEXT /*!40101 CHARACTER SET utf8 */ NULL DEFAULT NULL;
  4. ALTER TABLE `contactgroupmembers` ADD INDEX `contactgroupmembers_contact_index` (`contact_id`);
  5. TRUNCATE TABLE `messages`;
  6. TRUNCATE TABLE `cache`;