Skip to content

Commit 94f064a

Browse files
committed
更新sql
1 parent 40e4bec commit 94f064a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

db/version-update/dss_1.21.0_update.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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');
2+
values ('branch','scriptis','workflow.branch','0','0','0','1','0','svgs/branch-node.svg');
33

44
insert into `dss_workflow_node_to_group`(`node_id`,`group_id`) values (
55
(select id from dss_workflow_node where node_type = 'workflow.branch' limit 1),

0 commit comments

Comments
 (0)