This is an automated email from the ASF dual-hosted git repository.
kerwin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new adf49e6 [DS-6593][DAO] t_ds_error_command miss message in pgsql
(#6594)
adf49e6 is described below
commit adf49e6a5f102094007fff245824f6885990cff8
Author: wind <[email protected]>
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 <[email protected]>
---
sql/dolphinscheduler_postgre.sql | 1 +
1 file changed, 1 insertion(+)
diff --git a/sql/dolphinscheduler_postgre.sql b/sql/dolphinscheduler_postgre.sql
index 3190337..12bff12 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)