From 48b9fcf890ca791c98dd8ec15800727f5724a750 Mon Sep 17 00:00:00 2001 From: msyu Date: Thu, 26 Jun 2025 15:16:31 +0300 Subject: [PATCH] 116 stage_msg --- v1/Application.cfc | 2 +- v1/resources/instance_operation.cfc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/v1/Application.cfc b/v1/Application.cfc index d8f67c6..9d11ad4 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -51,7 +51,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="Deck API"; - variables.framework.docs.APIVersion="0.115"; /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.116"; /*$ git config --global --unset user.password*/ variables.framework.globalHeaders = structNew(); diff --git a/v1/resources/instance_operation.cfc b/v1/resources/instance_operation.cfc index f199ea5..5f021dc 100644 --- a/v1/resources/instance_operation.cfc +++ b/v1/resources/instance_operation.cfc @@ -79,6 +79,7 @@ to_char(ios.dt_start, 'YYYY-MM-DD"T"HH24:MI:SS.FF3TZHTZM') as dt_start to_char(ios.dt_finish, 'YYYY-MM-DD"T"HH24:MI:SS.FF3TZHTZM') as dt_finish round(extract('epoch' from coalesce(ios.dt_finish,CURRENT_TIMESTAMP)- ios.dt_start),1) as duration + ios.stage_msg from instance_operation_stage ios where ios.instance_operation_uid=