mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Adding 'default_stock' to VariantOverride
This commit is contained in:
committed by
Rob Harrington
parent
53d97dab08
commit
6c0dd7e25f
@@ -0,0 +1,5 @@
|
||||
class AddDefaultStockToVariantOverrides < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :variant_overrides, :default_stock, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user