Sha256: 8fb93cf833054709e8a59b23f6f740309ba28be109ed89806cc55149ccd9e926
Contents?: true
Size: 222 Bytes
Versions: 9
Compression:
Stored size: 222 Bytes
Contents
# This migration comes from spree (originally 20130301205200) class AddTrackingUrlToSpreeShippingMethods < ActiveRecord::Migration[4.2] def change add_column :spree_shipping_methods, :tracking_url, :string end end
Version data entries
9 entries across 9 versions & 2 rubygems