PowerJob/others/sql/v4.0.1-v4.1.0.sql
2022-09-01 07:14:30 +08:00

10 lines
413 B
SQL

-- ----------------------------
-- Table change for workflow_instance_info
-- ----------------------------
alter table workflow_instance_info
add parent_wf_instance_id bigint default null null comment '上层工作流实例ID';
-- ----------------------------
-- Table change for job_info
-- ----------------------------
alter table job_info add alarm_config varchar(512) comment '告警配置' default null;