From 016137eaf600d0f9255be43173ca7f0d39b4ae29 Mon Sep 17 00:00:00 2001 From: msyu Date: Tue, 26 Nov 2024 12:56:09 +0300 Subject: [PATCH] 029 grafana_url removed --- v1/resources/instance_ls.cfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1/resources/instance_ls.cfc b/v1/resources/instance_ls.cfc index cb8409d..81627b6 100644 --- a/v1/resources/instance_ls.cfc +++ b/v1/resources/instance_ls.cfc @@ -81,7 +81,7 @@ (select st.is_test from instance_state st where st.instance_uid=e.instance_uid order by version desc limit 1) as is_test (select st.instance_data->>'isDeleted' from instance_state st where st.instance_uid=e.instance_uid order by version desc limit 1) as is_deleted (select st.instance_data->>'suspended' from instance_state st where st.instance_uid=e.instance_uid order by version desc limit 1) as suspended - (select st.instance_data->>'grafanaUrl' from instance_state st where st.instance_uid=e.instance_uid order by version desc limit 1) as grafana_url + ( case when