Update scripts

This commit is contained in:
2020-08-07 19:07:21 -04:00
parent 63df9f30d2
commit 54a9468963
2 changed files with 14 additions and 13 deletions

View File

@@ -173,7 +173,7 @@ WHERE s0.mbid IN (SELECT gid FROM artist)
CREATE OR REPLACE VIEW mg.release AS
SELECT release_group.gid as ":id:ID(Release)",
SELECT release_group.gid as "id:ID(Release)",
release_group.name,
coalesce(m.first_release_date_year, 0) as "year:int",
CONCAT('Release;', t.name) as ":LABEL"