Move backend to subdir
[brackets.git] / migrations / 005-alter_artist_add_popularity.sql
diff --git a/migrations/005-alter_artist_add_popularity.sql b/migrations/005-alter_artist_add_popularity.sql
deleted file mode 100644 (file)
index fdd4e49..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-ALTER TABLE ARTIST
-ADD COLUMN POPULARITY INT NOT NULL DEFAULT 0
-CHECK (POPULARITY >= 0 AND POPULARITY <= 100);