From 4a43d04020007fc1450c0fc8702b5a941704729e Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期二, 19 七月 2022 15:27:33 +0800 Subject: [PATCH] 修复推流导入模板 --- sql/update.sql | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/sql/update.sql b/sql/update.sql index 89d0e8a..dd41e97 100644 --- a/sql/update.sql +++ b/sql/update.sql @@ -63,6 +63,16 @@ alter table user add pushKey varchar(50) default null; +update user set pushKey='453df297a57a5a7438934sda801fc3' where id=1; + +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