]> git.mxchange.org Git - friendica.git/blobdiff - static/dbstructure.config.php
Fix license check
[friendica.git] / static / dbstructure.config.php
index 33cf1d86ad98a3932e0a91088f3780494ffe94db..1a61d9f2158c14e051318a384a9eea5f0694b09a 100644 (file)
@@ -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"],
@@ -1710,6 +1710,7 @@ return [
                        "cid" => ["cid"],
                        "reporter-id" => ["reporter-id"],
                        "gsid" => ["gsid"],
+                       "last-editor-uid" => ["last-editor-uid"],
                        "assigned-uid" => ["assigned-uid"],
                        "status-resolution" => ["status", "resolution"],
                        "created" => ["created"],