PowerJob/others/sql/upgrade/v4.1.x-v4.2.x.sql
2022-10-03 14:13:00 +08:00

7 lines
281 B
SQL

-- Upgrade SQL FROM 4.1.x to 4.2.x
-- ----------------------------
-- Table change for job_info
-- ----------------------------
alter table job_info add tag varchar(255) comment 'TAG' default null;
alter table job_info add log_config varchar(255) comment 'logConfig' default null;