osem-fcy/db/migrate/20160427104237_add_blind_voting_to_programs.rb
2016-07-22 12:21:54 +03:00

5 lines
146 B
Ruby

class AddBlindVotingToPrograms < ActiveRecord::Migration
def change
add_column :programs, :blind_voting, :boolean, default: false
end
end