Browse Source

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

Co-authored-by: caishunfeng <534328519@qq.com>
wind 3 years ago
parent
commit
adf49e6a5f
1 changed files with 1 additions and 0 deletions
  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)