From 087fee9f8266809da00c8fd009cb48b9a5d8e005 Mon Sep 17 00:00:00 2001 From: Bill <771989711@qq.com> Date: Thu, 9 Nov 2023 13:24:28 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=85=8D=E7=BD=AE=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E3=80=91=E7=89=A9=E4=B8=9A=E7=AE=A1=E7=90=86=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E8=A1=A8=E7=BB=93=E6=9E=84=E5=8F=98=E5=8C=96SQL=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...complaints.sql => V0.0.54__alter_ic_property_management.sql} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename code/smart-community/epmet-module/gov-org/gov-org-server/src/main/resources/db/migration/{V0.0.54__alter_ic_complaints.sql => V0.0.54__alter_ic_property_management.sql} (92%) diff --git a/code/smart-community/epmet-module/gov-org/gov-org-server/src/main/resources/db/migration/V0.0.54__alter_ic_complaints.sql b/code/smart-community/epmet-module/gov-org/gov-org-server/src/main/resources/db/migration/V0.0.54__alter_ic_property_management.sql similarity index 92% rename from code/smart-community/epmet-module/gov-org/gov-org-server/src/main/resources/db/migration/V0.0.54__alter_ic_complaints.sql rename to code/smart-community/epmet-module/gov-org/gov-org-server/src/main/resources/db/migration/V0.0.54__alter_ic_property_management.sql index ec2a3540..bb31edb6 100644 --- a/code/smart-community/epmet-module/gov-org/gov-org-server/src/main/resources/db/migration/V0.0.54__alter_ic_complaints.sql +++ b/code/smart-community/epmet-module/gov-org/gov-org-server/src/main/resources/db/migration/V0.0.54__alter_ic_property_management.sql @@ -3,4 +3,4 @@ ALTER TABLE `epmet_gov_org`.`ic_property_management` ADD COLUMN `AGENCY_ID` varchar(64) NULL COMMENT '所属社区' AFTER `LEVEL`, ADD COLUMN `AGENCY_NAME` varchar(255) NULL COMMENT '社区名称' AFTER `AGENCY_ID`; ADD COLUMN `AGENCY_PID` varchar(64) NULL COMMENT '上级组织机构ID' AFTER `AGENCY_NAME`, - ADD COLUMN `AGENCY_PIDS` varchar(1024) NULL COMMENT '所有上级组织机构ID(以英文:隔开)' AFTER `PID`; \ No newline at end of file + ADD COLUMN `AGENCY_PIDS` varchar(1024) NULL COMMENT '所有上级组织机构ID(以英文:隔开)' AFTER `AGENCY_PID`; \ No newline at end of file