X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=database.sql;h=329381b95b3dfc4e7efba5e50381646fe083941e;hb=ea4c597ac421500b9f0571caa40e6fc3a12e99d9;hp=2eec6fb80932c537a4784aced45f10dfa4dbbb52;hpb=e731ea58d5ba60d2825d139b5e0494a6e146505e;p=friendica.git diff --git a/database.sql b/database.sql index 2eec6fb809..329381b95b 100644 --- a/database.sql +++ b/database.sql @@ -1,6 +1,6 @@ -- ------------------------------------------ -- Friendica 2023.09-dev (Giant Rhubarb) --- DB_UPDATE_VERSION 1533 +-- DB_UPDATE_VERSION 1534 -- ------------------------------------------ @@ -1310,6 +1310,7 @@ CREATE TABLE IF NOT EXISTS `post-engagement` ( `media-type` tinyint NOT NULL DEFAULT 0 COMMENT 'Type of media in a bit array (1 = image, 2 = video, 4 = audio', `language` varbinary(128) COMMENT 'Language information about this post', `created` datetime COMMENT '', + `restricted` boolean NOT NULL DEFAULT '0' COMMENT 'If true, this post is either unlisted or not from a federated network', `comments` mediumint unsigned COMMENT 'Number of comments', `activities` mediumint unsigned COMMENT 'Number of activities (like, dislike, ...)', PRIMARY KEY(`uri-id`),