疯狂的狮子Li
2024-05-13 df1cd7e07f536f554eb0b1b5ae88d1416e14d2ec
script/sql/postgres/easy_retry_postgre.sql
@@ -463,6 +463,8 @@
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,