From 1002150b2a107aeaa6927f99803bd539be61c51f Mon Sep 17 00:00:00 2001 From: jiang <893224616@qq.com> Date: 星期一, 18 七月 2022 17:15:33 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/wvp-28181-2.0' into wvp-28181-2.0 --- sql/update.sql | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/sql/update.sql b/sql/update.sql index 89d0e8a..c5fb671 100644 --- a/sql/update.sql +++ b/sql/update.sql @@ -65,4 +65,14 @@ add pushKey varchar(50) default null; +alter table parent_platform + add treeType varchar(50) not null; +update parent_platform set parent_platform.treeType='BusinessGroup'; + +alter table platform_catalog + add civilCode varchar(50) default null; +alter table platform_catalog + add businessGroupId varchar(50) default null; + + -- Gitblit v1.8.0