mirror of
https://github.com/friendica/friendica
synced 2025-04-25 03:10:11 +00:00
Added "manually-approve" to the owner-view
This commit is contained in:
parent
a2e4a0170b
commit
247d87c4e5
2 changed files with 2 additions and 0 deletions
|
@ -1541,6 +1541,7 @@ CREATE VIEW `owner-view` AS SELECT
|
|||
`contact`.`forum` AS `forum`,
|
||||
`contact`.`prv` AS `prv`,
|
||||
`contact`.`contact-type` AS `contact-type`,
|
||||
`contact`.`manually-approve` AS `manually-approve`,
|
||||
`contact`.`hidden` AS `hidden`,
|
||||
`contact`.`archive` AS `archive`,
|
||||
`contact`.`pending` AS `pending`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue