Sha256: 0359eebcbb78238a117f41de815c5b8b08fbf498b426cfa05361c4a5938a9696

Contents?: true

Size: 248 Bytes

Versions: 2

Compression:

Stored size: 248 Bytes

Contents

# This migration comes from spree (originally 20150121202544)
class AddRestockInventoryToStockLocation < ActiveRecord::Migration
  def change
    add_column :spree_stock_locations, :restock_inventory, :boolean, default: true, null: false
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_order_reporting-0.0.2 spec/dummy/db/migrate/20160707103550_add_restock_inventory_to_stock_location.spree.rb
spree_order_reporting-0.0.1 spec/dummy/db/migrate/20160706112502_add_restock_inventory_to_stock_location.spree.rb