Sha256: f3f0097722a0a045d9770d656f1f6c1caba00bda131a4f0da8aed454caf4295b
Contents?: true
Size: 234 Bytes
Versions: 6
Compression:
Stored size: 234 Bytes
Contents
class AddChannableFieldsToShippingMethods < ActiveRecord::Migration[5.0] def change change_table :spree_shipping_methods do |t| t.string :channable_channel_name t.string :channable_transporter_code end end end
Version data entries
6 entries across 6 versions & 1 rubygems