From 13b6358c8bea2fbbba364da5e45e152754a820fd Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Mon, 9 Jan 2023 15:23:19 +0000 Subject: [PATCH] feat: update db and test --- db/schema.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/db/schema.rb b/db/schema.rb index 8812128eb..9155a892f 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -463,6 +463,9 @@ ActiveRecord::Schema[7.0].define(version: 2023_01_05_103733) do t.integer "armedforcesspouse" t.integer "mscharge_known" t.decimal "mscharge", precision: 10, scale: 2 + t.string "sex4" + t.string "sex5" + t.string "sex6" 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"