mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
7 lines
281 B
SQL
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;
|