mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Fix notice because of missing "gsid"
This commit is contained in:
parent
e0290d22ec
commit
24a4b477ea
3 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
-- ------------------------------------------
|
||||
-- Friendica 2024.09-rc (Yellow Archangel)
|
||||
-- DB_UPDATE_VERSION 1575
|
||||
-- DB_UPDATE_VERSION 1576
|
||||
-- ------------------------------------------
|
||||
|
||||
|
||||
|
@ -3526,6 +3526,7 @@ CREATE VIEW `owner-view` AS SELECT
|
|||
`contact`.`unsearchable` AS `unsearchable`,
|
||||
`contact`.`sensitive` AS `sensitive`,
|
||||
`contact`.`baseurl` AS `baseurl`,
|
||||
`contact`.`gsid` AS `gsid`,
|
||||
`contact`.`reason` AS `reason`,
|
||||
`contact`.`info` AS `info`,
|
||||
`contact`.`bdyear` AS `bdyear`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue