Sha256: 64d569e712f4f7722548c5dd0b0d5e026d8273ed3f2c0f9e14fdee965178f194
Contents?: true
Size: 217 Bytes
Versions: 14
Compression:
Stored size: 217 Bytes
Contents
# This migration comes from spree (originally 20130301205200) class AddTrackingUrlToSpreeShippingMethods < ActiveRecord::Migration def change add_column :spree_shipping_methods, :tracking_url, :string end end
Version data entries
14 entries across 14 versions & 7 rubygems