File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 1+ select @schedulis_appconn_id:= id from dss_appconn where appconn_name= ' schedulis' ;
2+ update dss_appconn_instance set enhance_json = ' {"reqUri":""}' , homepage_uri = ' /manager' where appconn_id = @schedulis_appconn_id;
3+
4+ select @qualitis_appconn_id:= id from dss_appconn where appconn_name= ' qualitis' ;
5+ update dss_appconn_instance set enhance_json = ' {"reqUri":""}' , homepage_uri = ' #/dashboard' where appconn_id = @qualitis_appconn_id;
6+
7+ select @dolphinscheduler_appconn_id:= id from dss_appconn where appconn_name= ' dolphinscheduler' ;
8+ update dss_appconn_instance set enhance_json = ' {"reqUri":"dolphinscheduler/projects/analysis/define-user-count"}' , homepage_uri = ' dolphinscheduler' where appconn_id = @dolphinscheduler_appconn_id;
You can’t perform that action at this time.
0 commit comments