feat: initial commit
This commit is contained in:
commit
e214116e40
253 changed files with 17406 additions and 0 deletions
5
queries/functions/update_album_key.psql
Normal file
5
queries/functions/update_album_key.psql
Normal file
|
@ -0,0 +1,5 @@
|
|||
BEGIN
|
||||
UPDATE listens
|
||||
SET album_key = new_album_key
|
||||
WHERE album_key = old_album_key;
|
||||
END;
|
Loading…
Add table
Add a link
Reference in a new issue