From 375145c10a167527be31d2e5d6dcb56d5100bded Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Wed, 27 Oct 2021 12:41:30 +0100 Subject: [PATCH] Fix schema --- db/schema.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index ddac69a75..e81b9f868 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -158,7 +158,6 @@ 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