aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-17 21:53:35 -0700
committerfriendica <info@friendica.com>2013-07-17 21:53:35 -0700
commit94e87c0a84c8ecb2fc26015bc8894ca0ca6cbf02 (patch)
tree608fbd39af527cd81c1530e501c051e16579f903 /install
parentfc265a8e3a1c6b2f5098b6e9b8243492b706222f (diff)
downloadvolse-hubzilla-94e87c0a84c8ecb2fc26015bc8894ca0ca6cbf02.tar.gz
volse-hubzilla-94e87c0a84c8ecb2fc26015bc8894ca0ca6cbf02.tar.bz2
volse-hubzilla-94e87c0a84c8ecb2fc26015bc8894ca0ca6cbf02.zip
update friends/followers API so Friendica Android client won't choke
Diffstat (limited to 'install')
-rw-r--r--install/database.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/install/database.sql b/install/database.sql
index acafabde8..1226f1cd1 100644
--- a/install/database.sql
+++ b/install/database.sql
@@ -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`),