Add label data, some work on spotify data

This commit is contained in:
simon
2019-06-20 10:26:31 -04:00
parent a70b9ffa61
commit c3dc1faa31
10 changed files with 176 additions and 13 deletions

View File

@@ -1,3 +1,4 @@
CREATE INDEX ON :Artist(id);
CREATE INDEX ON :Artist(sortname);
CREATE INDEX ON :Release(id);
CREATE INDEX ON :Label(sortname);