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