chore(*.sql): use sql-formatter for sql formatting
This commit is contained in:
parent
cf1ee4c97f
commit
1d7f13d1f5
63 changed files with 4432 additions and 2358 deletions
|
@ -1,5 +1,4 @@
|
|||
CREATE OR REPLACE FUNCTION update_album_key(old_album_key TEXT, new_album_key TEXT)
|
||||
RETURNS void AS $$
|
||||
CREATE OR REPLACE FUNCTION update_album_key (old_album_key TEXT, new_album_key TEXT) RETURNS void AS $$
|
||||
BEGIN
|
||||
UPDATE listens
|
||||
SET album_key = new_album_key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue