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
|
||||
+2
-1
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user