From 7136f3571dc2bb6fb444b2a39115598613fee9bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?zhaobing=E2=80=99?= Date: Mon, 16 Oct 2023 17:32:45 +0800 Subject: [PATCH] feat:fix bugs --- script/3.4/schema/1.update_project_correlation.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/3.4/schema/1.update_project_correlation.sql b/script/3.4/schema/1.update_project_correlation.sql index 24c2eea..afe1439 100644 --- a/script/3.4/schema/1.update_project_correlation.sql +++ b/script/3.4/schema/1.update_project_correlation.sql @@ -1,12 +1,12 @@ alter table project_correlation add "maintenanceETime" timestamp with time zone; -comment on column public.project_correlation."maintenanceETime" is '维保结束时间' +comment on column project_correlation."maintenanceETime" is '维保结束时间' alter table project_correlation add "maintenanceSTime" timestamp with time zone; -comment on column public.project_correlation."maintenanceSTime" is '维保开始时间'; +comment on column project_correlation."maintenanceSTime" is '维保开始时间'; alter table project_correlation