You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
281 B
6 lines
281 B
-- 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;
|
|
|