From 875b013c2b4f64af96fb1e0c5771827d2e6e273f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Tue, 20 Sep 2022 16:22:46 +0800 Subject: [PATCH] =?UTF-8?q?fix(migrate);=E4=BF=AE=E6=AD=A3=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E8=BF=81=E7=A7=BB=E6=97=B6=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=BF=81=E7=A7=BB=E6=96=B9=E5=90=91=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- migration/20220920131201_summary_to_jsonb.tx.up.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/migration/20220920131201_summary_to_jsonb.tx.up.sql b/migration/20220920131201_summary_to_jsonb.tx.up.sql index 32de426..4497bf0 100644 --- a/migration/20220920131201_summary_to_jsonb.tx.up.sql +++ b/migration/20220920131201_summary_to_jsonb.tx.up.sql @@ -18,7 +18,7 @@ set 'valleyFee', customer_consumption_valley_fee, 'proportion', null ), - publics = jsonb_build_object( + diluteds = jsonb_build_object( 'consumption', public_consumption, 'fee', public_consumption_fee, 'critical', public_consumption_critical, @@ -31,7 +31,7 @@ set 'valleyFee', public_consumption_valley_fee, 'proportion', public_consumption_proportion ), - diluteds = jsonb_build_object( + publics = jsonb_build_object( 'consumption', null, 'fee', null, 'critical', null,