]> git.mxchange.org Git - friendica.git/commitdiff
Public id added
authorMichael <heluecht@pirati.ca>
Sun, 11 Jul 2021 03:06:46 +0000 (03:06 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 11 Jul 2021 03:06:46 +0000 (03:06 +0000)
database.sql
static/dbview.config.php

index b9c3b32578758959ae9a1b20d60dcf61b5f8fd7d..0b1a34f213e794161e5a9ccdeb0a0e82e643a8f8 100644 (file)
@@ -2482,6 +2482,7 @@ CREATE VIEW `account-view` AS SELECT
 DROP VIEW IF EXISTS `account-user-view`;
 CREATE VIEW `account-user-view` AS SELECT 
        `ucontact`.`id` AS `id`,
+       `contact`.`id` AS `pid`,
        `ucontact`.`uid` AS `uid`,
        `contact`.`url` AS `url`,
        `contact`.`nurl` AS `nurl`,
index 18cdc16e8762cad9eb304fcd23292fac9c469646..bb2cd0f17a98509ac83de0862647b63d4d2d2b4c 100644 (file)
        "account-user-view" => [
                "fields" => [
                        "id" => ["ucontact", "id"],
+                       "pid" => ["contact", "id"],
                        "uid" => ["ucontact", "uid"],
                        "url" => ["contact", "url"],
                        "nurl" => ["contact", "nurl"],