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