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
|
@ -1,5 +1,4 @@
|
|||
CREATE OR REPLACE FUNCTION update_artist_name(old_artist_name TEXT, new_artist_name TEXT)
|
||||
RETURNS void AS $$
|
||||
CREATE OR REPLACE FUNCTION update_artist_name (old_artist_name TEXT, new_artist_name TEXT) RETURNS void AS $$
|
||||
BEGIN
|
||||
UPDATE listens
|
||||
SET artist_name = new_artist_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue