update 增加 job 测试demo数据

This commit is contained in:
疯狂的狮子Li
2024-04-30 15:52:12 +08:00
parent bd4f7ff3aa
commit 9e5f7be1c5
4 changed files with 10 additions and 1 deletions

View File

@ -463,6 +463,8 @@ COMMENT ON COLUMN er_job.deleted IS '逻辑删除 1、删除';
COMMENT ON COLUMN er_job.update_dt IS '更新时间';
COMMENT ON TABLE er_job IS '任务信息';
INSERT INTO er_job VALUES (1, 'dev', 'ruoyi_group', 'demo-job', null, 1, 1710344035622, 1, 1, 4, 1, 'testJobExecutor', 2, '60', 1, 60, 3, 1, 1, 116, 0, '', '', now(), now(), 0);
CREATE TABLE er_job_log_message
(
id BIGSERIAL PRIMARY KEY,