From 34aba7e797073d6edf47aab3b085b5c0df776ee1 Mon Sep 17 00:00:00 2001 From: msyu Date: Wed, 20 Aug 2025 10:23:11 +0300 Subject: [PATCH] 009 vcpu bugfix --- Application.cfc | 4 ++-- payg.cfm | 2 +- testds.cfm => Новый текстовый документ.txt | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename testds.cfm => Новый текстовый документ.txt (100%) diff --git a/Application.cfc b/Application.cfc index e26f7e7..236d218 100644 --- a/Application.cfc +++ b/Application.cfc @@ -5,7 +5,7 @@ - + @@ -99,7 +99,7 @@ - + diff --git a/payg.cfm b/payg.cfm index 4b1d871..c8dacd2 100644 --- a/payg.cfm +++ b/payg.cfm @@ -227,7 +227,7 @@ select -select wz, code || '.cpu-m' as code, core_h as raw_metric, core_h as metric, core_h as chargeable_metric from qComputing +select wz, code || '.vcpu-m' as code, core_h as raw_metric, core_h as metric, core_h as chargeable_metric from qComputing union all select wz, code || '.ram-m' as code, gb_h as raw_metric, gb_h as metric, gb_h as chargeable_metric from qComputing union all diff --git a/testds.cfm b/Новый текстовый документ.txt similarity index 100% rename from testds.cfm rename to Новый текстовый документ.txt