]> git.mxchange.org Git - friendica.git/commitdiff
Missing field in view
authorMichael <heluecht@pirati.ca>
Mon, 15 Feb 2021 06:14:53 +0000 (06:14 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 15 Feb 2021 06:14:53 +0000 (06:14 +0000)
database.sql
static/dbview.config.php
tests/datasets/api.fixture.php

index 3b53e76e0539261a07aa1a9a90cc141b3f88cfdc..01f81cb0d5f12638045d4169ac4773900d300314 100644 (file)
@@ -2152,6 +2152,7 @@ DROP VIEW IF EXISTS `tag-search-view`;
 CREATE VIEW `tag-search-view` AS SELECT 
        `post-tag`.`uri-id` AS `uri-id`,
        `post-user`.`uid` AS `uid`,
+       `post-user`.`id` AS `iid`,
        `post-user`.`private` AS `private`,
        `post-user`.`wall` AS `wall`,
        `post-user`.`origin` AS `origin`,
index 79a2407f4a97d46efb13c1debf1bc21281c048b6..794d96659b48efad5dfdd3f18be87b6efed9cbf6 100644 (file)
                "fields" => [
                        "uri-id" => ["post-tag", "uri-id"],
                        "uid" => ["post-user", "uid"],
+                       "iid" => ["post-user", "id"],
                        "private" => ["post-user", "private"],
                        "wall" => ["post-user", "wall"],
                        "origin" => ["post-user", "origin"],
index 3a1ad6d6b383acc62c76716393b2d5bf9d6a8f3c..3e80f7c551c18b37b0beb322bb9a50774f511ce1 100644 (file)
@@ -50,6 +50,16 @@ return [
                        'k'   => 'worker_dont_fork',
                        'v'   => '1',
                ],
+               [
+                       'cat' => 'system',
+                       'k'   => 'curl_timeout',
+                       'v'   => '1',
+               ],
+               [
+                       'cat' => 'system',
+                       'k'   => 'xrd_timeout',
+                       'v'   => '1',
+               ],
        ],
        'user'    => [
                [