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