]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
Merge pull request #10493 from annando/api
[friendica.git] / database.sql
index b9c3b32578758959ae9a1b20d60dcf61b5f8fd7d..2e7a189b39290ff8be6e8011acaadab30a7c244a 100644 (file)
@@ -1,6 +1,6 @@
 -- ------------------------------------------
 -- Friendica 2021.09-dev (Siberian Iris)
--- DB_UPDATE_VERSION 1428
+-- DB_UPDATE_VERSION 1429
 -- ------------------------------------------
 
 
@@ -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`,