v4.1.x-v4.2.x.sql 281 B

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