]> git.mxchange.org Git - friendica.git/blobdiff - static/dbstructure.config.php
Added trust / isActivityGone
[friendica.git] / static / dbstructure.config.php
index 0b6af9b13ab6711bf3dc3bcb0a03440ebcd2ce40..53ceaa7ece227e0f77c622dcdd7c7ec7bfa86d43 100644 (file)
@@ -798,7 +798,8 @@ return [
                        "received" => ["type" => "datetime", "comment" => "Receiving date"],
                        "activity" => ["type" => "mediumtext", "comment" => "The JSON activity"],
                        "signer" => ["type" => "varchar(255)", "comment" => ""],
-                       "push" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => ""],
+                       "push" => ["type" => "boolean", "comment" => "Is the entry pushed or have pulled it?"],
+                       "trust" => ["type" => "boolean", "comment" => "Do we trust this entry?"],
                        "wid" => ["type" => "int unsigned", "foreign" => ["workerqueue" => "id"], "comment" => "Workerqueue id"],               ],
                "indexes" => [
                        "PRIMARY" => ["id"],