1+ delete from ` dss_workspace_dictionary` WHERE ` appconn_name` = ' streamis' ;
2+
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)
4+ 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' );
6+
17select @old_dss_appconn_id:= id from ` dss_appconn` where ` appconn_name` = ' streamis' ;
28
9+ delete from ` dss_workspace_menu_appconn` WHERE ` appconn_id` = @old_dss_appconn_id;
310delete from ` dss_appconn_instance` where ` appconn_id` = @old_dss_appconn_id;
411delete from ` dss_appconn` where ` appconn_name` = ' streamis' ;
512
613select @old_jobcenter_dss_appconn_id:= id from ` dss_appconn` where ` appconn_name` = ' realTimeJobCenter' ;
714
15+ delete from ` dss_workspace_menu_appconn` WHERE ` appconn_id` = @old_jobcenter_dss_appconn_id;
816delete from ` dss_appconn_instance` where ` appconn_id` = @old_jobcenter_dss_appconn_id;
917delete from ` dss_appconn` where ` appconn_name` = ' realTimeJobCenter' ;
1018
@@ -18,6 +26,11 @@ VALUES('realTimeJobCenter', 0, 1, 1, 1, 'sso', '', NULL, NULL);
1826select @dss_appconn_id:= id from ` dss_appconn` where ` appconn_name` = ' streamis' ;
1927select @jobcenter_dss_appconn_id:= id from ` dss_appconn` where ` appconn_name` = ' realTimeJobCenter' ;
2028
29+ INSERT INTO dss_workspace_menu_appconn
30+ (appconn_id, menu_id, title_en, title_cn, desc_en, desc_cn, labels_en, labels_cn, is_active, access_button_en, access_button_cn, manual_button_en, manual_button_cn, manual_button_url, icon, ` order` , create_by, create_time, last_update_time, last_update_user, image)
31+ VALUES (@jobcenter_dss_appconn_id, 1 , ' StreamSQL development' , ' StreamSQL开发' , ' Real-time application development is a streaming solution jointly built by WeDataSphere, Boss big data team and China Telecom ctcloud Big data team.' , ' 实时应用开发是微众银行微数域(WeDataSphere)、Boss直聘大数据团队 和 中国电信天翼云大数据团队 社区联合共建的流式解决方案,以 Linkis 做为内核,基于 Flink Engine 构建的批流统一的 Flink SQL,助力实时化转型。' ,
32+ ' streaming, realtime' , ' 流式,实时' , 0 , ' under union construction' , ' 联合共建中' , ' related information' , ' 相关资讯' , ' http://127.0.0.1:8088/wiki/scriptis/manual/workspace_cn.html' , ' shujukaifa-logo' , NULL , NULL , NULL , NULL , NULL , ' shujukaifa-icon' );
33+
2134INSERT INTO dss_appconn_instance
2235(appconn_id, label, url, enhance_json, homepage_uri)
2336VALUES (@dss_appconn_id, ' DEV' , ' http://APPCONN_INSTALL_IP:APPCONN_INSTALL_PORT/' , ' ' , ' http://APPCONN_INSTALL_IP:APPCONN_INSTALL_PORT/#/realTimeJobCenter' );
0 commit comments