Public id added

This commit is contained in:
Michael 2021-07-11 03:06:46 +00:00
parent f1e4d30898
commit 58b84ca01d
2 changed files with 2 additions and 0 deletions

View File

@ -2482,6 +2482,7 @@ CREATE VIEW `account-view` AS SELECT
DROP VIEW IF EXISTS `account-user-view`; DROP VIEW IF EXISTS `account-user-view`;
CREATE VIEW `account-user-view` AS SELECT CREATE VIEW `account-user-view` AS SELECT
`ucontact`.`id` AS `id`, `ucontact`.`id` AS `id`,
`contact`.`id` AS `pid`,
`ucontact`.`uid` AS `uid`, `ucontact`.`uid` AS `uid`,
`contact`.`url` AS `url`, `contact`.`url` AS `url`,
`contact`.`nurl` AS `nurl`, `contact`.`nurl` AS `nurl`,

View File

@ -916,6 +916,7 @@
"account-user-view" => [ "account-user-view" => [
"fields" => [ "fields" => [
"id" => ["ucontact", "id"], "id" => ["ucontact", "id"],
"pid" => ["contact", "id"],
"uid" => ["ucontact", "uid"], "uid" => ["ucontact", "uid"],
"url" => ["contact", "url"], "url" => ["contact", "url"],
"nurl" => ["contact", "nurl"], "nurl" => ["contact", "nurl"],