Added "manually-approve" to the owner-view

This commit is contained in:
Michael 2020-09-02 03:18:04 +00:00
parent a2e4a0170b
commit 247d87c4e5
2 changed files with 2 additions and 0 deletions

View File

@ -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`,

View File

@ -184,6 +184,7 @@ return [
"forum" => ["contact", "forum"],
"prv" => ["contact", "prv"],
"contact-type" => ["contact", "contact-type"],
"manually-approve" => ["contact", "manually-approve"],
"hidden" => ["contact", "hidden"],
"archive" => ["contact", "archive"],
"pending" => ["contact", "pending"],