From 38153c1e4e882236bd85018e7addea8dfd8921fc Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Thu, 6 Apr 2023 09:37:06 +0100 Subject: [PATCH] db:update --- db/schema.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/schema.rb b/db/schema.rb index 016e953bd..2992fda7a 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -287,6 +287,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_04_05_132300) do t.string "town_or_city" t.string "county" t.integer "carehome_charges_value_check" + t.integer "status_cache", default: 0, null: false t.index ["bulk_upload_id"], name: "index_lettings_logs_on_bulk_upload_id" t.index ["created_by_id"], name: "index_lettings_logs_on_created_by_id" t.index ["location_id"], name: "index_lettings_logs_on_location_id"