]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
Configuration for the maximum number of post engagement entries
[friendica.git] / database.sql
index a2b5887752e0d1cc4e0da2febd4f0a493871eaf2..2f4bec6897278845981764132145629cc0176b40 100644 (file)
@@ -500,6 +500,7 @@ CREATE TABLE IF NOT EXISTS `channel` (
        `uid` mediumint unsigned NOT NULL COMMENT 'User id',
        `label` varchar(64) NOT NULL COMMENT 'Channel label',
        `description` varchar(64) COMMENT 'Channel description',
+       `circle` int COMMENT 'Circle or channel that this channel is based on',
        `access-key` varchar(1) COMMENT 'Access key',
        `include-tags` varchar(255) COMMENT 'Comma separated list of tags that will be included in the channel',
        `exclude-tags` varchar(255) COMMENT 'Comma separated list of tags that aren\'t allowed in the channel',