Sha256: cacbe4015186b4456a74f9f384ce1ba8683a190fb05c241548015b5ccf413a17
Contents?: true
Size: 222 Bytes
Versions: 44
Compression:
Stored size: 222 Bytes
Contents
class MatchPolicyForPromotions < ActiveRecord::Migration def self.up add_column "promotions", "match_policy", :string, :default => 'all' end def self.down remove_column "promotions", "match_policy" end end
Version data entries
44 entries across 40 versions & 8 rubygems