class AddDatesToParticipants < ActiveRecord::Migration[7.1]
def change
add_column :participants, :start_date, :date
add_column :participants, :end_date, :date
end