Normal Norway
2015-10-21 707712b9392e3bc3a08ef90fae95ea7a1d540f09
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`);