Skip to content

Commit fcc83e1

Browse files
authored
Merge pull request #36 from WeBankFinTech/dev-0.2.0
update insert dss_workspace_dictionary
2 parents 9152ef2 + dfaf00e commit fcc83e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

streamis-appconn/src/main/resources/init.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
delete from `dss_workspace_dictionary` WHERE `appconn_name` = 'streamis';
1+
delete from `dss_workspace_dictionary` WHERE `workspace_id` = '0' and `dic_key` = 'pdp_streamis_product_center';
22

3-
INSERT INTO `dss_workspace_dictionary` ( `workspace_id`, `parent_key`, `dic_name`, `dic_name_en`, `dic_key`, `dic_value`, `dic_value_en`, `title`, `title_en`, `url`, `url_type`,`icon`, `order_num`, `remark`, `create_user`, `create_time`, `update_user`, `update_time`, appconn_name)
3+
INSERT INTO `dss_workspace_dictionary` ( `workspace_id`, `parent_key`, `dic_name`, `dic_name_en`, `dic_key`, `dic_value`, `dic_value_en`, `title`, `title_en`, `url`, `url_type`,`icon`, `order_num`, `remark`, `create_user`, `create_time`, `update_user`, `update_time`)
44
VALUES ('0','p_develop_process','流式生产中心','Streamis Product Center','pdp_streamis_product_center','streamis_prod',NULL,NULL,NULL,
5-
'http://APPCONN_INSTALL_IP:APPCONN_INSTALL_PORT/#/realtimeJobCenter?projectName=${projectName}&workspaceName=${workspaceName}','0','kaifa-icon','1','工程开发流程-流式生产中心','SYSTEM','2020-12-28 17:32:35',NULL,'2022-06-30 17:49:02','streamis');
5+
'http://APPCONN_INSTALL_IP:APPCONN_INSTALL_PORT/#/realtimeJobCenter?projectName=${projectName}&workspaceName=${workspaceName}','0','kaifa-icon','1','工程开发流程-流式生产中心','SYSTEM','2020-12-28 17:32:35',NULL,'2022-06-30 17:49:02');
66

77
select @old_dss_appconn_id:=id from `dss_appconn` where `appconn_name` = 'streamis';
88

streamis-server/src/main/resources/linkis.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ wds.linkis.server.mybatis.BasePackage=com.webank.wedatasphere.streamis.datasourc
5959
com.webank.wedatasphere.streamis.projectmanager.dao
6060

6161
# Make sure that can fetch the application info finally
62-
ds.streamis.application.info.fetch.max=20
62+
wds.streamis.application.info.fetch.max=20

0 commit comments

Comments
 (0)