mirror of
https://github.com/simon987/music-graph-scripts.git
synced 2025-12-17 08:39:03 +00:00
fixes
This commit is contained in:
@@ -314,7 +314,7 @@ CREATE TABLE mg.covers
|
||||
CREATE TABLE mg.lastfm_artist
|
||||
(
|
||||
name TEXT PRIMARY KEY,
|
||||
mbid uuid
|
||||
mbid uuid UNIQUE
|
||||
);
|
||||
|
||||
CREATE TABLE mg.lastfm_raw_data
|
||||
|
||||
Reference in New Issue
Block a user