Sha256: 8cad306083754f95bdfe762b8dc4eef5950f03611c2e0a35feead304e4e7fe59

Contents?: true

Size: 258 Bytes

Versions: 12

Compression:

Stored size: 258 Bytes

Contents

class AddPassIdToCart < ActiveRecord::Migration
  def change
    add_column :carts, :applied_pass_id, :integer, :default => nil
    add_column :tickets, :pass_id, :integer, :default => nil
    add_column :items, :pass_id, :integer, :default => nil
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

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