Artist check within local, mb and lastfm databases
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddApprovedFlagToArtist < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :artists, :approved, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user