From c59e1c2ab7e40da0930e9296e698a9de8da6c91a Mon Sep 17 00:00:00 2001 From: Ujjawal Prabhat Date: Fri, 5 Jun 2026 22:11:01 +0800 Subject: [PATCH] O3-5697: Add indexes to queue_entry for queue_id, patient_id and started_at/ended_at --- api/src/main/resources/liquibase.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/api/src/main/resources/liquibase.xml b/api/src/main/resources/liquibase.xml index 5e4c38b..d768ff3 100644 --- a/api/src/main/resources/liquibase.xml +++ b/api/src/main/resources/liquibase.xml @@ -749,4 +749,25 @@ + + + + + + + + Add indexes to queue_entry (queue_id, patient_id, and composite started_at/ended_at) + + + + + + + + + + + + +