Sha256: c84b20c96e8586b31f3faf0ec5778a0d9c235a7180e4db2df1cc2df5390fcae3
Contents?: true
Size: 202 Bytes
Versions: 6
Compression:
Stored size: 202 Bytes
Contents
# This migration comes from spree (originally 20141002191113) class AddCodeToSpreeShippingMethods < ActiveRecord::Migration def change add_column :spree_shipping_methods, :code, :string end end
Version data entries
6 entries across 6 versions & 3 rubygems