Browse Source

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

Co-authored-by: caishunfeng <534328519@qq.com>
3.0.0/version-upgrade
wind 3 years ago committed by GitHub
parent
commit
adf49e6a5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      sql/dolphinscheduler_postgre.sql

1
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)

Loading…
Cancel
Save