Aleksander Machniak
2015-08-25 f00e1f53339660fd57944f4cefdc18cf53c544b0
1
2
3
4
5
-- Updates from version 0.8
 
ALTER TABLE `cache` DROP COLUMN `cache_id`;
ALTER TABLE `users` DROP COLUMN `alias`;
ALTER TABLE `identities` ADD INDEX `email_identities_index` (`email`, `del`);