[DS-6593][DAO] t_ds_error_command miss message in pgsql (#6594)
Co-authored-by: caishunfeng <534328519@qq.com>
This commit is contained in:
parent
7a3976d840
commit
5b77cd29fc
|
|
@ -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…
Reference in New Issue