Sha256: 4b950e4fe0721546a43252cfb2c2f23bfffd6dde8fd66d6811c55d1cf928a7ba

Contents?: true

Size: 179 Bytes

Versions: 4

Compression:

Stored size: 179 Bytes

Contents

class ProductBelongsToSupplier < ActiveRecord::Migration
  def change
    add_column :spree_products, :supplier_id, :integer
    add_index :spree_products, :supplier_id
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spree_drop_ship-3.1.3 db/migrate/20130216070944_product_belongs_to_supplier.rb
spree_drop_ship-3.1.2 db/migrate/20130216070944_product_belongs_to_supplier.rb
spree_drop_ship-3.1.1 db/migrate/20130216070944_product_belongs_to_supplier.rb
spree_drop_ship-3.1.0.1 db/migrate/20130216070944_product_belongs_to_supplier.rb