Skip to content

Commit

Permalink
[update] 修改测试类的模板,新增监听器模板
Browse files Browse the repository at this point in the history
  • Loading branch information
minliuhua committed Nov 25, 2024
1 parent cc8fe50 commit 0642e1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sql/oracle/v1-upgrade/oracle-warm-flow_1.3.4.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
update flow_node set permission_flag = REPLACE(permission_flag,'@@default@@|','');
update flow_node set permission_flag = REPLACE(permission_flag,'@@spel@@|','');

UPDATE flow_node SET permission_flag = REPLACE(permission_flag, '@@default@@|', '');
UPDATE flow_node SET permission_flag = REPLACE(permission_flag, '@@spel@@|', '');
2 changes: 2 additions & 0 deletions sql/postgresql/v1-upgrade/postgresql-warm-flow_1.3.4.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
update flow_node set permission_flag = REPLACE(permission_flag,'@@default@@|','');
update flow_node set permission_flag = REPLACE(permission_flag,'@@spel@@|','');

0 comments on commit 0642e1a

Please sign in to comment.