osem-fcy/db/migrate/20130202102024_add_handicapped_access_to_registrations.rb
2014-07-21 15:05:58 +02:00

5 lines
177 B
Ruby

class AddHandicappedAccessToRegistrations < ActiveRecord::Migration
def change
add_column :registrations, :handicapped_access_required, :boolean, default: false
end
end