Files
powerjob-kingbase/others/sql/upgrade/v4.1.x-v4.2.x.sql

7 lines
281 B
MySQL
Raw Permalink Normal View History

2025-09-19 16:14:08 +08:00
-- 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;