Sha256: 43dae463c158770c85551480902d854dae406a3194c7fb1801e13124d898a89a
Contents?: true
Size: 229 Bytes
Versions: 16
Compression:
Stored size: 229 Bytes
Contents
class AddEventFundingType < ActiveRecord::Migration def change add_column :ems_workshops, :event_style, :string, :default => 'workshop' add_column :ems_workshops, :funding_goal_cents, :integer end end
Version data entries
16 entries across 16 versions & 1 rubygems