Sha256: 223dcf8243c74facf7ba271b30bc4c1517c3d35db7f0fc2d79d02bef34c91035
Contents?: true
Size: 163 Bytes
Versions: 141
Compression:
Stored size: 163 Bytes
Contents
class AddBackorderableToStockItem < ActiveRecord::Migration[4.2] def change add_column :spree_stock_items, :backorderable, :boolean, default: true end end
Version data entries
141 entries across 141 versions & 2 rubygems