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

6 lines
115 B
Ruby

class AddStatusToAlbums < ActiveRecord::Migration
def change
add_column :albums, :status, :integer
end
end