From c7346c6e78a4b17a091c19b306bf407834e903c4 Mon Sep 17 00:00:00 2001 From: MadeTech Dushan Date: Mon, 29 Nov 2021 11:45:31 +0000 Subject: [PATCH] schema fix --- db/schema.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 442270a46..b63e15a8f 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -165,7 +165,6 @@ ActiveRecord::Schema.define(version: 2021_11_25_154916) do t.string "why_dont_you_know_la" t.integer "unitletas" t.integer "builtype" - t.string "property_postcode" t.datetime "property_void_date" t.index ["discarded_at"], name: "index_case_logs_on_discarded_at" end