X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdbstructure.config.php;h=cfbee73fbdee91b1284682a4dd5ab10865fad919;hb=2702732308d4abbb8b99dde79a35d6332ef91df3;hp=8cd01b4aeb3a71e056ea5bb2a681d6298c8d9ad4;hpb=d6905e29cff4bf8968fb88d8dae4c673f3095517;p=friendica.git diff --git a/static/dbstructure.config.php b/static/dbstructure.config.php index 8cd01b4aeb..cfbee73fbd 100755 --- a/static/dbstructure.config.php +++ b/static/dbstructure.config.php @@ -51,7 +51,7 @@ use Friendica\Database\DBA; if (!defined('DB_UPDATE_VERSION')) { - define('DB_UPDATE_VERSION', 1336); + define('DB_UPDATE_VERSION', 1337); } return [ @@ -1051,6 +1051,7 @@ return [ "allow_gid" => ["type" => "mediumtext", "comment" => "Access Control - list of allowed groups"], "deny_cid" => ["type" => "mediumtext", "comment" => "Access Control - list of denied contact.id"], "deny_gid" => ["type" => "mediumtext", "comment" => "Access Control - list of denied groups"], + "accessible" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => "Make photo publicly accessible, ignoring permissions"], "backend-class" => ["type" => "tinytext", "comment" => "Storage backend class"], "backend-ref" => ["type" => "text", "comment" => "Storage backend data reference"], "updated" => ["type" => "datetime", "not null" => "1", "default" => DBA::NULL_DATETIME, "comment" => ""]