Sha256: 671989200bc9f551039cd55fa9ffb336749afc183c1b6d89bca9f70060258abd
Contents?: true
Size: 210 Bytes
Versions: 141
Compression:
Stored size: 210 Bytes
Contents
class RemoveLockVersionFromInventoryUnits < ActiveRecord::Migration[4.2] def change # we are moving to pessimistic locking on stock_items remove_column :spree_inventory_units, :lock_version end end
Version data entries
141 entries across 141 versions & 2 rubygems