Sha256: ccb987fbe9f3a9c15785f2caa3fce9be8bdbd78eec4bab0544f496b5c3ceb956

Contents?: true

Size: 218 Bytes

Versions: 4

Compression:

Stored size: 218 Bytes

Contents

# This migration comes from spree_promo (originally 20100501084722)
class MatchPolicyForPromotions < ActiveRecord::Migration
  def change
    add_column :promotions, :match_policy, :string, :default => 'all'
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
datashift_spree-0.3.0 spec/sandbox/db/migrate/20121023154470_match_policy_for_promotions.spree_promo.rb
datashift_spree-0.2.1 spec/sandbox/db/migrate/20121015151263_match_policy_for_promotions.spree_promo.rb
datashift_spree-0.2.0 spec/sandbox/db/migrate/20120925192831_match_policy_for_promotions.spree_promo.rb
datashift_spree-0.1.0 spec/sandbox/db/migrate/20120918081562_match_policy_for_promotions.spree_promo.rb