Channel update

This commit is contained in:
Mario
2019-05-08 19:55:21 +02:00
committed by Max Kostikov
parent c200e55f95
commit 24f3bc9f0c
4 changed files with 48 additions and 1933 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -269,24 +269,6 @@ CREATE TABLE IF NOT EXISTS `channel` (
`channel_allow_gid` mediumtext NOT NULL,
`channel_deny_cid` mediumtext NOT NULL,
`channel_deny_gid` mediumtext NOT NULL,
`channel_r_stream` int(10) unsigned NOT NULL DEFAULT 0 ,
`channel_r_profile` int(10) unsigned NOT NULL DEFAULT 0 ,
`channel_r_photos` int(10) unsigned NOT NULL DEFAULT 0 ,
`channel_r_abook` int(10) unsigned NOT NULL DEFAULT 0 ,
`channel_w_stream` int(10) unsigned NOT NULL DEFAULT 0 ,
`channel_w_wall` int(10) unsigned NOT NULL DEFAULT 0 ,
`channel_w_tagwall` int(10) unsigned NOT NULL DEFAULT 0 ,
`channel_w_comment` int(10) unsigned NOT NULL DEFAULT 0 ,
`channel_w_mail` int(10) unsigned NOT NULL DEFAULT 0 ,
`channel_w_photos` int(10) unsigned NOT NULL DEFAULT 0 ,
`channel_w_chat` int(10) unsigned NOT NULL DEFAULT 0 ,
`channel_a_delegate` int(10) unsigned NOT NULL DEFAULT 0 ,
`channel_r_storage` int(10) unsigned NOT NULL DEFAULT 0 ,
`channel_w_storage` int(10) unsigned NOT NULL DEFAULT 0 ,
`channel_r_pages` int(10) unsigned NOT NULL DEFAULT 0 ,
`channel_w_pages` int(10) unsigned NOT NULL DEFAULT 0 ,
`channel_a_republish` int(10) unsigned NOT NULL DEFAULT 0 ,
`channel_w_like` int(10) unsigned NOT NULL DEFAULT 0 ,
`channel_removed` tinyint(1) NOT NULL DEFAULT 0 ,
`channel_system` tinyint(1) NOT NULL DEFAULT 0 ,
`channel_moved` char(191) NOT NULL DEFAULT '',