Sha256: 0ecb37a948d4bf934d735023ef6ea2a4364bf97ab03db950f63e06bf6ae04b11
Contents?: true
Size: 233 Bytes
Versions: 3
Compression:
Stored size: 233 Bytes
Contents
class AddOneSidedToCandidate < ActiveRecord::Migration def change add_column :candidates, :one_sided, :boolean, :default => false end def down remove_column :candidates, :one_sided, :boolean, :default => false end end
Version data entries
3 entries across 3 versions & 1 rubygems