Sha256: 6626c37a2abc6541434d63b447629ab1048afa97ceee699b558188082d04bffd
Contents?: true
Size: 356 Bytes
Versions: 13
Compression:
Stored size: 356 Bytes
Contents
class AddStoreShippingMethods < ActiveRecord::Migration def change create_table :spree_store_shipping_methods do |t| t.integer :store_id t.integer :shipping_method_id t.timestamps null: true end add_index :spree_store_shipping_methods, :store_id add_index :spree_store_shipping_methods, :shipping_method_id end end
Version data entries
13 entries across 13 versions & 1 rubygems