From b8aa72b4be5661144d670e7388a40cc49e97b4aa Mon Sep 17 00:00:00 2001 From: Kat Date: Mon, 10 Jan 2022 11:19:57 +0000 Subject: [PATCH] Move the field back in schema --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 2982c6285..45a2d88f0 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -162,9 +162,9 @@ ActiveRecord::Schema.define(version: 2022_01_07_103143) do t.string "why_dont_you_know_la" t.integer "unitletas" t.integer "builtype" - t.datetime "property_void_date" t.bigint "owning_organisation_id" t.bigint "managing_organisation_id" + t.datetime "property_void_date" t.integer "renttype" t.integer "needstype" t.integer "lettype"