Changed name enable_reset to resettable in Variant Overrides table & updated views, specs accordingly

This commit is contained in:
Steve Pettitt
2015-11-28 20:55:55 +00:00
committed by Rob Harrington
parent 25454d3e97
commit e423e890e0
11 changed files with 57 additions and 47 deletions

View File

@@ -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"