1
0
Fork 0
oldhaven/db/migrate/20110914163231_add_status_t...

6 lines
115 B
Ruby
Raw Normal View History

2011-09-14 16:54:39 +00:00
class AddStatusToAlbums < ActiveRecord::Migration
def change
add_column :albums, :status, :integer
end
end