Last.fm mega import tasks
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddListenersToArtist < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :artists, :listeners, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user