]> git.mxchange.org Git - friendica.git/commitdiff
Default value
authorMichael <heluecht@pirati.ca>
Sun, 19 Apr 2020 16:43:37 +0000 (16:43 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 19 Apr 2020 16:43:37 +0000 (16:43 +0000)
static/dbstructure.config.php

index d6bd418f8abe5bb0265cf30e4975fb3bd1bb8af4..4eabe2d37b472d32aa994c377b8aa2c003e2c68e 100755 (executable)
@@ -1310,7 +1310,7 @@ return [
                "fields" => [
                        "uri-id" => ["type" => "int unsigned", "not null" => "1", "primary" => "1", "relation" => ["item-uri" => "id"], "comment" => "Id of the item-uri table entry that contains the item uri"],
                        "type" => ["type" => "tinyint unsigned", "not null" => "1", "default" => "0", "primary" => "1", "comment" => ""],
-                       "tid" => ["type" => "int unsigned", "not null" => "1", "relation" => ["tag" => "id"], "primary" => "1", "comment" => ""],
+                       "tid" => ["type" => "int unsigned", "not null" => "1", "default" => "0", "primary" => "1", "relation" => ["tag" => "id"], "comment" => ""],
                        "cid" => ["type" => "int unsigned", "not null" => "1", "default" => "0", "primary" => "1", "relation" => ["contact" => "id"], "comment" => "Contact id of the mentioned public contact"],
                ],
                "indexes" => [