From 15aa8d7e7a0a07f247a9cb05b270181960554909 Mon Sep 17 00:00:00 2001 From: Nat Dean-Lewis Date: Tue, 10 Feb 2026 09:16:17 +0000 Subject: [PATCH] CLDC-4141: update schema --- db/schema.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/schema.rb b/db/schema.rb index 234ddc6be..727e809c7 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -375,6 +375,7 @@ ActiveRecord::Schema[7.2].define(version: 2026_01_28_121417) 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"