Artist check within local, mb and lastfm databases

This commit is contained in:
magnolia-fan
2011-09-19 08:07:45 +04:00
parent dffc5bf735
commit 3cd6c111bd
6 changed files with 69 additions and 8 deletions
@@ -0,0 +1,5 @@
class AddApprovedFlagToArtist < ActiveRecord::Migration
def change
add_column :artists, :approved, :integer
end
end
+2 -1
View File
@@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
ActiveRecord::Schema.define(:version => 20110915220228) do
ActiveRecord::Schema.define(:version => 20110919003651) do
create_table "albums", :force => true do |t|
t.string "name"
@@ -36,6 +36,7 @@ ActiveRecord::Schema.define(:version => 20110915220228) do
t.string "mbid"
t.integer "status"
t.integer "listeners"
t.integer "approved"
end
create_table "delayed_jobs", :force => true do |t|