From d47a052d39cbda219c3f656dddfe6064c35e7531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Wed, 21 Sep 2022 16:49:30 +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=E8=84=9A=E6=9C=AC=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E9=94=99=E8=AF=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- migration/20220921143001_maintenance.up.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration/20220921143001_maintenance.up.sql b/migration/20220921143001_maintenance.up.sql index fae7403..1eff678 100644 --- a/migration/20220921143001_maintenance.up.sql +++ b/migration/20220921143001_maintenance.up.sql @@ -7,7 +7,7 @@ alter table end_user_detail drop column public_consumption_diluted; alter table maintenance_fee - add column period varchar(10) not null; + add column period varchar(10); alter table report_summary drop column customer_consumption,