This commit is contained in:
2020-06-14 20:55:35 -04:00
parent 5385143d27
commit 768999351e
2 changed files with 11 additions and 12 deletions

View File

@@ -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