Move backend to subdir
[brackets.git] / migrations / 004-create_scraped_artist.sql
diff --git a/migrations/004-create_scraped_artist.sql b/migrations/004-create_scraped_artist.sql
deleted file mode 100644 (file)
index bc51487..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-CREATE TABLE SCRAPED_ARTIST (
-  ARTIST_ID TEXT UNIQUE NOT NULL,
-  SCRAPED BOOLEAN NOT NULL DEFAULT 0,
-  FOREIGN KEY(ARTIST_ID) REFERENCES ARTIST(ID)
-);