zhongjiajie commented on a change in pull request #6485:
URL: https://github.com/apache/dolphinscheduler/pull/6485#discussion_r725753329
##########
File path: sql/dolphinscheduler_h2.sql
##########
@@ -328,6 +328,8 @@ CREATE TABLE t_ds_command
worker_group varchar(64),
environment_code bigint(20) DEFAULT '-1',
dry_run int NULL DEFAULT 0,
+ process_instance_id int(11) DEFAULT 0,
+ process_defintion_version int(11) DEFAULT 0,
Review comment:
I found out we have typo here, we use `process_definition_version` in
`Command.java`, but all database field use `process_defintion_version`
```suggestion
process_defintion_version int(11) DEFAULT 0,
process_definition_version int(11) DEFAULT 0,
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]