Last.fm mega import tasks

This commit is contained in:
magnolia-fan
2011-09-16 04:21:07 +04:00
parent e2b0fac59e
commit 9ec01e1d6c
6 changed files with 54 additions and 4 deletions
@@ -0,0 +1,5 @@
class AddListenersToArtist < ActiveRecord::Migration
def change
add_column :artists, :listeners, :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 => 20110915043009) do
ActiveRecord::Schema.define(:version => 20110915220228) do
create_table "albums", :force => true do |t|
t.string "name"
@@ -35,6 +35,7 @@ ActiveRecord::Schema.define(:version => 20110915043009) do
t.string "artist_type"
t.string "mbid"
t.integer "status"
t.integer "listeners"
end
create_table "delayed_jobs", :force => true do |t|