Sha256: f44043ae4750387898033405f1503a90094ba47a8699f4ea9380134a6f909906
Contents?: true
Size: 163 Bytes
Versions: 141
Compression:
Stored size: 163 Bytes
Contents
class AddActiveFieldToStockLocations < ActiveRecord::Migration[4.2] def change add_column :spree_stock_locations, :active, :boolean, default: true end end
Version data entries
141 entries across 141 versions & 2 rubygems