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`,
|
||||
|
|
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue