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;