Sha256: 78d39678f585a41533b9d5269b376d9c23c020a92e9ed898d8bb7628376351a3

Contents?: true

Size: 159 Bytes

Versions: 11

Compression:

Stored size: 159 Bytes

Contents

class AddLimitToEventsPassTypes < ActiveRecord::Migration
  def change
    add_column :events_pass_types, :limit_per_pass, :integer, :default => nil
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 db/migrate/20140522205554_add_limit_to_events_pass_types.rb
artfully_ose-1.3.0.pre3 db/migrate/20140522205554_add_limit_to_events_pass_types.rb
artfully_ose-1.3.0.pre2 db/migrate/20140522205554_add_limit_to_events_pass_types.rb
artfully_ose-1.3.0.pre1 db/migrate/20140522205554_add_limit_to_events_pass_types.rb
artfully_ose-1.2.0 db/migrate/20140522205554_add_limit_to_events_pass_types.rb
artfully_ose-1.2.0.beta.1 db/migrate/20140522205554_add_limit_to_events_pass_types.rb
artfully_ose-1.2.0.alpha.2 db/migrate/20140522205554_add_limit_to_events_pass_types.rb
artfully_ose-1.2.0.alpha.1 db/migrate/20140522205554_add_limit_to_events_pass_types.rb
artfully_ose-1.2.0.pre.27 db/migrate/20140522205554_add_limit_to_events_pass_types.rb
artfully_ose-1.2.0.pre.26 db/migrate/20140522205554_add_limit_to_events_pass_types.rb
artfully_ose-1.2.0.pre.24 db/migrate/20140522205554_add_limit_to_events_pass_types.rb