We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e4bec commit 94f064aCopy full SHA for 94f064a
1 file changed
db/version-update/dss_1.21.0_update.sql
@@ -1,5 +1,5 @@
1
insert into `dss_workflow_node` (`name`, `appconn_name`, `node_type`, `jump_type`, `support_jump`, `submit_to_scheduler`, `enable_copy`, `should_creation_before_node`, `icon_path`)
2
-values ('branch','workflow','workflow.branch','0','0','0','1','0','svgs/subflow.svg');
+values ('branch','scriptis','workflow.branch','0','0','0','1','0','svgs/branch-node.svg');
3
4
insert into `dss_workflow_node_to_group`(`node_id`,`group_id`) values (
5
(select id from dss_workflow_node where node_type = 'workflow.branch' limit 1),
0 commit comments