From b19176169cd93e7aa305296a85e28c8c1c68352b Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 17 Jul 2014 20:54:30 -0700 Subject: provide a specific permission for liking profiles (reuse the obsolete bookmark permission), also remove the unused 'unconnected contacts' view for now. --- install/database.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/database.sql') diff --git a/install/database.sql b/install/database.sql index e2b814067..c0440c035 100644 --- a/install/database.sql +++ b/install/database.sql @@ -204,7 +204,7 @@ CREATE TABLE IF NOT EXISTS `channel` ( `channel_r_pages` int(10) unsigned NOT NULL DEFAULT '128', `channel_w_pages` int(10) unsigned NOT NULL DEFAULT '128', `channel_a_republish` int(10) unsigned NOT NULL DEFAULT '128', - `channel_a_bookmark` int(10) unsigned NOT NULL DEFAULT '128', + `channel_w_like` int(10) unsigned NOT NULL DEFAULT '128', PRIMARY KEY (`channel_id`), UNIQUE KEY `channel_address_unique` (`channel_address`), KEY `channel_account_id` (`channel_account_id`), @@ -239,7 +239,7 @@ CREATE TABLE IF NOT EXISTS `channel` ( KEY `channel_w_pages` (`channel_w_pages`), KEY `channel_deleted` (`channel_deleted`), KEY `channel_a_republish` (`channel_a_republish`), - KEY `channel_a_bookmark` (`channel_a_bookmark`), + KEY `channel_w_like` (`channel_w_like`), KEY `channel_dirdate` (`channel_dirdate`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- cgit v1.2.3