update friends/followers API so Friendica Android client won't choke

This commit is contained in:
friendica
2013-07-17 21:53:35 -07:00
parent fc265a8e3a
commit 94e87c0a84
2 changed files with 5 additions and 6 deletions

View File

@@ -186,7 +186,6 @@ CREATE TABLE IF NOT EXISTS `channel` (
KEY `channel_account_id` (`channel_account_id`),
KEY `channel_primary` (`channel_primary`),
KEY `channel_name` (`channel_name`),
KEY `channel_address` (`channel_address`),
KEY `channel_timezone` (`channel_timezone`),
KEY `channel_location` (`channel_location`),
KEY `channel_theme` (`channel_theme`),