]> git.mxchange.org Git - friendica.git/commitdiff
Added "manually-approve" to the owner-view
authorMichael <heluecht@pirati.ca>
Wed, 2 Sep 2020 03:18:04 +0000 (03:18 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 2 Sep 2020 03:18:04 +0000 (03:18 +0000)
database.sql
static/dbview.config.php

index c691ed67a680ec36d9c6394c5c1a5d58b4416da7..46a2981e77244e5fc1129cd321ec39d2eba82e62 100644 (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`,
index a508936ae3fbb7cf80df57bc8941d3456e7c288c..eb9870e772f8deccf0d0a222d6123906e2a6255d 100755 (executable)
@@ -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"],