From 26622f6286b80d1435f8167877306f13dbcd4849 Mon Sep 17 00:00:00 2001 From: Samuel Young Date: Mon, 26 Jan 2026 14:41:14 +0000 Subject: [PATCH] fixup! CLDC-4105: Add working situation illness check to log fields --- db/schema.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index f781ed899..c7325e491 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema[7.2].define(version: 2025_04_16_111741) do +ActiveRecord::Schema[7.2].define(version: 2026_01_23_150201) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -375,6 +375,7 @@ ActiveRecord::Schema[7.2].define(version: 2025_04_16_111741) do t.bigint "created_by_id" t.boolean "manual_address_entry_selected", default: false t.integer "referral_type" + t.integer "working_situation_illness_check" t.index ["assigned_to_id"], name: "index_lettings_logs_on_assigned_to_id" 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"