X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdbstructure.config.php;h=364e2a83c7f4e8f154558f789d7787fd0ec2cd24;hb=57b4c70f9e7965f8b513d6a673e64c23e8d162a7;hp=833d809e72705877f22cc4b756e5bbe72ccb8161;hpb=ecdf3b798b862a81abc7d0e0b5b0bccf413b6a87;p=friendica.git diff --git a/static/dbstructure.config.php b/static/dbstructure.config.php index 833d809e72..364e2a83c7 100755 --- a/static/dbstructure.config.php +++ b/static/dbstructure.config.php @@ -936,7 +936,7 @@ return [ "id" => ["type" => "int unsigned", "not null" => "1", "extra" => "auto_increment", "primary" => "1", "comment" => "sequential ID"], "notify-id" => ["type" => "int unsigned", "not null" => "1", "default" => "0", "relation" => ["notify" => "id"], "comment" => ""], "master-parent-item" => ["type" => "int unsigned", "not null" => "1", "default" => "0", "relation" => ["item" => "id"], "comment" => ""], - "master-parent-uri-id" => ["type" => "int unsigned", "foreign" => ["item-uri" => "id"], "comment" => "Item-uri id of the parent of the related post"], + "master-parent-uri-id" => ["type" => "int unsigned", "relation" => ["item-uri" => "id"], "comment" => "Item-uri id of the parent of the related post"], "parent-item" => ["type" => "int unsigned", "not null" => "1", "default" => "0", "comment" => ""], "receiver-uid" => ["type" => "mediumint unsigned", "not null" => "1", "default" => "0", "relation" => ["user" => "uid"], "comment" => "User id"],