added line break
This commit is contained in:
parent
a4dc6af3c9
commit
04c95f2441
|
@ -1526,7 +1526,8 @@ CREATE VIEW `application-view` AS SELECT
|
||||||
`application-token`.`read` AS `read`,
|
`application-token`.`read` AS `read`,
|
||||||
`application-token`.`write` AS `write`,
|
`application-token`.`write` AS `write`,
|
||||||
`application-token`.`follow` AS `follow`
|
`application-token`.`follow` AS `follow`
|
||||||
FROM `application-token` INNER JOIN `application` ON `application-token`.`application-id` = `application`.`id`;
|
FROM `application-token`
|
||||||
|
INNER JOIN `application` ON `application-token`.`application-id` = `application`.`id`;
|
||||||
|
|
||||||
--
|
--
|
||||||
-- VIEW post-user-view
|
-- VIEW post-user-view
|
||||||
|
|
|
@ -54,7 +54,8 @@
|
||||||
"write" => ["application-token", "write"],
|
"write" => ["application-token", "write"],
|
||||||
"follow" => ["application-token", "follow"],
|
"follow" => ["application-token", "follow"],
|
||||||
],
|
],
|
||||||
"query" => "FROM `application-token` INNER JOIN `application` ON `application-token`.`application-id` = `application`.`id`"
|
"query" => "FROM `application-token`
|
||||||
|
INNER JOIN `application` ON `application-token`.`application-id` = `application`.`id`"
|
||||||
],
|
],
|
||||||
"post-user-view" => [
|
"post-user-view" => [
|
||||||
"fields" => [
|
"fields" => [
|
||||||
|
|
Loading…
Reference in a new issue