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

Version Path
spree_channable-0.0.24 db/migrate/20190711123402_add_channable_fields_to_shipping_methods.rb
spree_channable-0.0.23 db/migrate/20190711123402_add_channable_fields_to_shipping_methods.rb
spree_channable-0.0.22 db/migrate/20190711123402_add_channable_fields_to_shipping_methods.rb
spree_channable-0.0.21 db/migrate/20190711123402_add_channable_fields_to_shipping_methods.rb
spree_channable-0.0.20 db/migrate/20190711123402_add_channable_fields_to_shipping_methods.rb
spree_channable-0.0.18.alpha db/migrate/20190711123402_add_channable_fields_to_shipping_methods.rb