Sha256: 758415ef66d7814697b1d5be2176ab12edcc05a55bd05b5e2bbd9ed96fd9c370
Contents?: true
Size: 207 Bytes
Versions: 9
Compression:
Stored size: 207 Bytes
Contents
# This migration comes from spree (originally 20141002191113) class AddCodeToSpreeShippingMethods < ActiveRecord::Migration[4.2] def change add_column :spree_shipping_methods, :code, :string end end
Version data entries
9 entries across 9 versions & 2 rubygems