From 668c2300229f96b587ec1b8896f2c60273eeb6d5 Mon Sep 17 00:00:00 2001 From: "i.navrotskyj" Date: Thu, 21 Nov 2024 14:39:53 +0200 Subject: [PATCH] v24.10; sql --- store/sqlstore/migration/24.10/24.08-24.10.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/store/sqlstore/migration/24.10/24.08-24.10.sql b/store/sqlstore/migration/24.10/24.08-24.10.sql index 4e86770..f14bd33 100644 --- a/store/sqlstore/migration/24.10/24.08-24.10.sql +++ b/store/sqlstore/migration/24.10/24.08-24.10.sql @@ -930,7 +930,8 @@ SELECT t.id, t.domain_id, t.admin_ids, t.invite_chat_timeout, - t.task_accept_timeout + t.task_accept_timeout, + null::jsonb as forecast_calculation FROM call_center.cc_team t;