Sha256: aa1ad4cb6a4f9fb2629ae9bb418956edb9d11f8e1f841911617aa6b2fb1483db
Contents?: true
Size: 205 Bytes
Versions: 9
Compression:
Stored size: 205 Bytes
Contents
# This migration comes from spree (originally 20130903183026) class AddCodeToSpreePromotionRules < ActiveRecord::Migration[4.2] def change add_column :spree_promotion_rules, :code, :string end end
Version data entries
9 entries across 9 versions & 2 rubygems