mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Issue 14377: Support for "postingRestrictedToMods" added
This commit is contained in:
parent
355273b13c
commit
d9d9cd45e4
8 changed files with 56 additions and 37 deletions
|
@ -56,7 +56,7 @@ use Friendica\Database\DBA;
|
|||
|
||||
// This file is required several times during the test in DbaDefinition which justifies this condition
|
||||
if (!defined('DB_UPDATE_VERSION')) {
|
||||
define('DB_UPDATE_VERSION', 1571);
|
||||
define('DB_UPDATE_VERSION', 1572);
|
||||
}
|
||||
|
||||
return [
|
||||
|
@ -432,6 +432,7 @@ return [
|
|||
"manually-approve" => ["type" => "boolean", "comment" => ""],
|
||||
"discoverable" => ["type" => "boolean", "comment" => "Mastodon extension: true if profile is published in their directory"],
|
||||
"suspended" => ["type" => "boolean", "comment" => "Mastodon extension: true if profile is suspended"],
|
||||
"posting-restricted" => ["type" => "boolean", "comment" => "lemmy:postingRestrictedToMods"],
|
||||
"nick" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""],
|
||||
"name" => ["type" => "varchar(255)", "comment" => ""],
|
||||
"about" => ["type" => "text", "comment" => ""],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue