From a5abd5cd6e70c1837820d519779b1b9f0576b44e Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Thu, 6 Oct 2022 11:27:15 +0100 Subject: [PATCH] feat: update schema --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 7e6c34a26..f7389d4d6 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -354,8 +354,8 @@ ActiveRecord::Schema[7.0].define(version: 2022_10_05_150022) do t.integer "ecstat2" t.integer "privacynotice" t.integer "ecstat1" - t.integer "hholdcount" t.integer "wheel" + t.integer "hholdcount" t.index ["created_by_id"], name: "index_sales_logs_on_created_by_id" t.index ["managing_organisation_id"], name: "index_sales_logs_on_managing_organisation_id" t.index ["owning_organisation_id"], name: "index_sales_logs_on_owning_organisation_id"