1
0
Fork 0
oldhaven/db/migrate/20111126142207_add_artist_t...

6 lines
124 B
Ruby
Raw Normal View History

2011-11-26 15:03:33 +00:00
class AddArtistToPlaylists < ActiveRecord::Migration
def change
add_column :playlists, :artist_id, :integer
end
end