Browse Source

[DS-6593][DAO] t_ds_error_command miss message in pgsql (#6594)

Co-authored-by: caishunfeng <534328519@qq.com>
wind 3 năm trước cách đây
mục cha
commit
adf49e6a5f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      sql/dolphinscheduler_postgre.sql

+ 1 - 0
sql/dolphinscheduler_postgre.sql

@@ -302,6 +302,7 @@ CREATE TABLE t_ds_error_command (
   worker_group              varchar(64),
   environment_code          bigint DEFAULT '-1',
   dry_run                   int DEFAULT '0' ,
+  message                   text ,
   process_instance_id       int DEFAULT 0,
   process_definition_version int DEFAULT 0,
   PRIMARY KEY (id)