chore(*.sql): use sql-formatter for sql formatting
This commit is contained in:
parent
753f3433ce
commit
a650f1d3e8
63 changed files with 4432 additions and 2358 deletions
|
@ -6,6 +6,9 @@ SELECT
|
|||
json_feed,
|
||||
newsletter,
|
||||
mastodon
|
||||
FROM authors
|
||||
WHERE blogroll = true
|
||||
ORDER BY LOWER(unaccent(name)) ASC;
|
||||
FROM
|
||||
authors
|
||||
WHERE
|
||||
blogroll = true
|
||||
ORDER BY
|
||||
LOWER(unaccent (name)) ASC;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue