Player library, unified renderer for artists and playlists
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddPicUrlToPlaylists < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :playlists, :pic_url, :string
|
||||
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 => 20111126142207) do
|
||||
ActiveRecord::Schema.define(:version => 20111127102836) do
|
||||
|
||||
create_table "album_formats", :force => true do |t|
|
||||
t.integer "album_id"
|
||||
@@ -156,6 +156,7 @@ ActiveRecord::Schema.define(:version => 20111126142207) do
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
t.integer "artist_id"
|
||||
t.string "pic_url"
|
||||
end
|
||||
|
||||
create_table "release_formats", :force => true do |t|
|
||||
|
||||
Reference in New Issue
Block a user