From 5b77cd29fc44d98e781802a9290d75906b07141d Mon Sep 17 00:00:00 2001 From: wind Date: Mon, 25 Oct 2021 09:30:55 +0800 Subject: [PATCH] [DS-6593][DAO] t_ds_error_command miss message in pgsql (#6594) Co-authored-by: caishunfeng <534328519@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 9391ecc036..186f7584be 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)