Sha256: 620d1e2951c1763e564b05fd0dce70c289a54ce3bfdb379badeaf977784f6d3a
Contents?: true
Size: 150 Bytes
Versions: 28
Compression:
Stored size: 150 Bytes
Contents
class MatchPolicyForPromotions < ActiveRecord::Migration def change add_column :promotions, :match_policy, :string, :default => 'all' end end
Version data entries
28 entries across 28 versions & 1 rubygems