mirror of
https://github.com/friendica/friendica
synced 2025-04-24 19:50:10 +00:00
Some more "convertForUriId" replacements
This commit is contained in:
parent
c151376596
commit
07d2dfcd60
15 changed files with 33 additions and 133 deletions
|
@ -1,6 +1,6 @@
|
|||
-- ------------------------------------------
|
||||
-- Friendica 2021.09-dev (Siberian Iris)
|
||||
-- DB_UPDATE_VERSION 1426
|
||||
-- DB_UPDATE_VERSION 1427
|
||||
-- ------------------------------------------
|
||||
|
||||
|
||||
|
@ -2291,6 +2291,7 @@ CREATE VIEW `owner-view` AS SELECT
|
|||
`contact`.`dfrn-id` AS `dfrn-id`,
|
||||
`contact`.`url` AS `url`,
|
||||
`contact`.`nurl` AS `nurl`,
|
||||
`contact`.`uri-id` AS `uri-id`,
|
||||
`contact`.`addr` AS `addr`,
|
||||
`contact`.`alias` AS `alias`,
|
||||
`contact`.`pubkey` AS `pubkey`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue