mirror of
https://github.com/simon987/music-graph-scripts.git
synced 2025-12-20 09:45:56 +00:00
Update scripts
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user