mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Public id added
This commit is contained in:
parent
f1e4d30898
commit
58b84ca01d
2 changed files with 2 additions and 0 deletions
|
@ -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`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue