update - 完善版本上线时的脚本
This commit is contained in:
parent
f2072a73b5
commit
5df64e117a
@ -1,2 +1,6 @@
|
||||
INSERT INTO `workflow-engine`.ext_ax_property (name, value, create_at, update_at, is_delete)
|
||||
VALUES ('yoke', '1.3.0-SNAPSHOT', '2024-02-19 16:30:19', '2024-02-19 16:30:19', 0);
|
||||
|
||||
update ext_ax_dict
|
||||
set value = id
|
||||
where type = 'bpm_model_category';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user