You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by le...@apache.org on 2021/11/01 15:18:37 UTC

[dolphinscheduler] branch 2.0.0-release-prepare updated: [DS-6593][DAO] t_ds_error_command miss message in pgsql (#6594)

This is an automated email from the ASF dual-hosted git repository.

leonbao pushed a commit to branch 2.0.0-release-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/2.0.0-release-prepare by this push:
     new 5b77cd2  [DS-6593][DAO] t_ds_error_command miss message in pgsql (#6594)
5b77cd2 is described below

commit 5b77cd29fc44d98e781802a9290d75906b07141d
Author: wind <ca...@users.noreply.github.com>
AuthorDate: Mon Oct 25 09:30:55 2021 +0800

    [DS-6593][DAO] t_ds_error_command miss message in pgsql (#6594)
    
    Co-authored-by: caishunfeng <53...@qq.com>
---
 sql/dolphinscheduler_postgre.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sql/dolphinscheduler_postgre.sql b/sql/dolphinscheduler_postgre.sql
index 9391ecc..186f758 100644
--- a/sql/dolphinscheduler_postgre.sql
+++ b/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)