]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
Limit width of height allocated image to parent width
[friendica.git] / database.sql
index a2b5887752e0d1cc4e0da2febd4f0a493871eaf2..ec7adc5c7a324ffef71546fe65e5411672a688cd 100644 (file)
@@ -1,6 +1,6 @@
 -- ------------------------------------------
--- Friendica 2023.09-dev (Giant Rhubarb)
--- DB_UPDATE_VERSION 1535
+-- Friendica 2023.09-rc (Giant Rhubarb)
+-- DB_UPDATE_VERSION 1536
 -- ------------------------------------------
 
 
@@ -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',