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