From 15098192f3cbaa1ee5bbb769e4265937438caaa5 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Wed, 27 Oct 2021 12:14:01 +0100 Subject: [PATCH] Schema update --- db/schema.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/schema.rb b/db/schema.rb index e81b9f868..ddac69a75 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -158,6 +158,7 @@ ActiveRecord::Schema.define(version: 2021_10_27_091521) do t.boolean "reasonable_preference_reason_avoid_hardship" t.boolean "reasonable_preference_reason_do_not_know" t.datetime "discarded_at" + t.boolean "override_net_income_validation" t.index ["discarded_at"], name: "index_case_logs_on_discarded_at" end