osem-fcy/db/migrate/20160427104237_add_blind_voting_to_programs.rb

6 lines
146 B
Ruby
Raw Normal View History

2016-07-05 16:44:53 +03:00
class AddBlindVotingToPrograms < ActiveRecord::Migration
def change
add_column :programs, :blind_voting, :boolean, default: false
end
end