Merge pull request #25 from zzottel/master

Reomve KEY commands in database.sql for columns that don't exist anymore
This commit is contained in:
friendica 2013-01-24 13:34:48 -08:00
commit 5da1948ede

View File

@ -242,7 +242,6 @@ CREATE TABLE IF NOT EXISTS `event` (
PRIMARY KEY (`id`), PRIMARY KEY (`id`),
KEY `uid` (`uid`), KEY `uid` (`uid`),
KEY `event_xchan` (`event_xchan`), KEY `event_xchan` (`event_xchan`),
KEY `uri` (`message_id`),
KEY `type` (`type`), KEY `type` (`type`),
KEY `start` (`start`), KEY `start` (`start`),
KEY `finish` (`finish`), KEY `finish` (`finish`),
@ -655,7 +654,6 @@ CREATE TABLE IF NOT EXISTS `photo` (
KEY `scale` (`scale`), KEY `scale` (`scale`),
KEY `profile` (`profile`), KEY `profile` (`profile`),
KEY `type` (`type`), KEY `type` (`type`),
KEY `contact-id` (`contact-id`),
KEY `aid` (`aid`), KEY `aid` (`aid`),
KEY `xchan` (`xchan`), KEY `xchan` (`xchan`),
KEY `size` (`size`) KEY `size` (`size`)