Sha256: 69318cc911f8f2e14bba4e5bf1c31f4db925d47d83faf8c60ed754207ea42766
Contents?: true
Size: 332 Bytes
Versions: 7
Compression:
Stored size: 332 Bytes
Contents
# This migration comes from spree (originally 20120105195817) class AddMatchRulesToShippingMethods < ActiveRecord::Migration def change add_column :spree_shipping_methods, :match_none, :boolean add_column :spree_shipping_methods, :match_all, :boolean add_column :spree_shipping_methods, :match_one, :boolean end end
Version data entries
7 entries across 7 versions & 2 rubygems