Sha256: 3e8e024f08526a787eea3b56ed456cd75beb58305545f674b585b64d513c37d0
Contents?: true
Size: 200 Bytes
Versions: 14
Compression:
Stored size: 200 Bytes
Contents
# This migration comes from spree (originally 20130903183026) class AddCodeToSpreePromotionRules < ActiveRecord::Migration def change add_column :spree_promotion_rules, :code, :string end end
Version data entries
14 entries across 14 versions & 7 rubygems