Aleksander Machniak
2015-09-09 6731d2116c1edbbec04af4874e46aa033c1828f5
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`);