Missing field in view

This commit is contained in:
Michael 2021-02-15 06:14:53 +00:00
parent 2f84d874a8
commit 1778e57baf
3 changed files with 12 additions and 0 deletions

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

View File

@ -587,6 +587,7 @@
"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"],

View 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' => [
[