X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdbstructure.config.php;h=1a61d9f2158c14e051318a384a9eea5f0694b09a;hb=89a31e43b250e3b95266077214edd34ab4f15c7e;hp=303e42e035b66fadfaf3c8edaf2793931d133fdf;hpb=f604185b10431d5b490f1d321bd2d56e7a4c4eff;p=friendica.git diff --git a/static/dbstructure.config.php b/static/dbstructure.config.php index 303e42e035..1a61d9f215 100644 --- a/static/dbstructure.config.php +++ b/static/dbstructure.config.php @@ -1691,7 +1691,7 @@ return [ "uid" => ["type" => "mediumint unsigned", "foreign" => ["user" => "uid"], "comment" => "Reporting user"], "reporter-id" => ["type" => "int unsigned", "foreign" => ["contact" => "id"], "comment" => "Reporting contact"], "cid" => ["type" => "int unsigned", "not null" => "1", "foreign" => ["contact" => "id"], "comment" => "Reported contact"], - "gsid" => ["type" => "int unsigned", "not null" => "1", "foreign" => ["gserver" => "id"], "comment" => "Reported contact server"], + "gsid" => ["type" => "int unsigned", "foreign" => ["gserver" => "id"], "comment" => "Reported contact server"], "comment" => ["type" => "text", "comment" => "Report"], "category-id" => ["type" => "int unsigned", "not null" => 1, "default" => \Friendica\Moderation\Entity\Report::CATEGORY_OTHER, "comment" => "Report category, one of Entity\Report::CATEGORY_*"], "forward" => ["type" => "boolean", "comment" => "Forward the report to the remote server"],