X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdbview.config.php;h=3caa7c0877c8d5a505c69310ac4a9a9683cc95bd;hb=56f8adcb80a9005302a7896c63d868eff6779845;hp=f8d11955ece2e5b1ace635e0e222ed134a751d7d;hpb=b5d994394e2c67d37d9a9360731d08d7112d18fe;p=friendica.git diff --git a/static/dbview.config.php b/static/dbview.config.php index f8d11955ec..3caa7c0877 100644 --- a/static/dbview.config.php +++ b/static/dbview.config.php @@ -193,6 +193,7 @@ "parent-author-id" => ["parent-post", "author-id"], "parent-author-link" => ["parent-post-author", "url"], "parent-author-name" => ["parent-post-author", "name"], + "parent-author-nick" => ["parent-post-author", "nick"], "parent-author-network" => ["parent-post-author", "network"], "parent-author-blocked" => ["parent-post-author", "blocked"], "parent-author-hidden" => ["parent-post-author", "hidden"], @@ -1060,7 +1061,7 @@ "deny_cid" => ["permissionset", "deny_cid"], "deny_gid" => ["permissionset", "deny_gid"], "created" => ["profile_field", "created"], - "updated" => ["profile_field", "updated"], + "edited" => ["profile_field", "edited"], ], "query" => "FROM `profile_field` INNER JOIN `permissionset` ON `permissionset`.`id` = `profile_field`.`psid`"