Sha256: 39ce9ce0464f00d29ce41a9a222a76160c9402229c4b0ed4241936db397b00a0
Contents?: true
Size: 191 Bytes
Versions: 21
Compression:
Stored size: 191 Bytes
Contents
class AddRestockInventoryToStockLocation < ActiveRecord::Migration[4.2] def change add_column :spree_stock_locations, :restock_inventory, :boolean, default: true, null: false end end
Version data entries
21 entries across 21 versions & 1 rubygems