Public id added
This commit is contained in:
parent
f1e4d30898
commit
58b84ca01d
|
@ -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`,
|
||||||
|
|
|
@ -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"],
|
||||||
|
|
Loading…
Reference in a new issue