mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-11 03:40:20 +00:00
Changed name enable_reset to resettable in Variant Overrides table & updated views, specs accordingly
This commit is contained in:
committed by
Rob Harrington
parent
25454d3e97
commit
e423e890e0
@@ -11,7 +11,7 @@
|
||||
#
|
||||
# It's strongly recommended to check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(:version => 20151126235409) do
|
||||
ActiveRecord::Schema.define(:version => 20151128185900) do
|
||||
|
||||
create_table "account_invoices", :force => true do |t|
|
||||
t.integer "user_id", :null => false
|
||||
@@ -1162,7 +1162,7 @@ ActiveRecord::Schema.define(:version => 20151126235409) do
|
||||
t.string "sku"
|
||||
t.boolean "on_demand"
|
||||
t.integer "default_stock"
|
||||
t.boolean "enable_reset"
|
||||
t.boolean "resettable"
|
||||
end
|
||||
|
||||
add_index "variant_overrides", ["variant_id", "hub_id"], :name => "index_variant_overrides_on_variant_id_and_hub_id"
|
||||
|
||||
Reference in New Issue
Block a user