gaojun2048 commented on a change in pull request #3846:
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/3846#discussion_r495834906
##########
File path: sql/upgrade/1.3.3_schema/mysql/dolphinscheduler_ddl.sql
##########
@@ -101,7 +101,7 @@ drop PROCEDURE if EXISTS
ct_dolphin_T_t_ds_process_definition_version;
delimiter d//
CREATE PROCEDURE ct_dolphin_T_t_ds_process_definition_version()
BEGIN
- CREATE TABLE `t_ds_process_definition_version` (
+ CREATE TABLE IF NOT EXISTS `t_ds_process_definition_version` (
Review comment:
> That's fine ,Before version 1.3.3,This table does not exist.
>
> 这样是可以的,这个表在1.3.3之前是不存在的。
Ok !
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]