From e1da5603ca1367dd4920b1725e42bab7f2fd0101 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Thu, 22 Sep 2022 09:26:23 +0100 Subject: [PATCH] feat: add migration and updated schema --- db/schema.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index eec74a385..58f7855d8 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -235,7 +235,6 @@ ActiveRecord::Schema[7.0].define(version: 2022_10_05_150022) do t.bigint "location_id" t.integer "major_repairs_date_value_check" t.integer "void_date_value_check" - t.integer "housingneeds_type" t.integer "housingneeds_other" t.index ["created_by_id"], name: "index_lettings_logs_on_created_by_id" t.index ["location_id"], name: "index_lettings_logs_on_location_id"