zhongjiajie commented on code in PR #14620:
URL: 
https://github.com/apache/dolphinscheduler/pull/14620#discussion_r1309580170


##########
dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql:
##########
@@ -1041,7 +1041,7 @@ INSERT INTO t_ds_queue(queue_name, queue, create_time, 
update_time)
 VALUES ('default', 'default', '2018-11-29 10:22:33', '2018-11-29 10:22:33');
 
 -- Records of t_ds_queue,default queue name : default
-INSERT INTO t_ds_version(version) VALUES ('dev');
+INSERT INTO t_ds_version(version) VALUES ('3.3.0');

Review Comment:
   have to change `dev` char to avoid upgrade error 
   
   <img width="2070" alt="image" 
src="https://github.com/apache/dolphinscheduler/assets/15820530/6aec2758-d625-4418-9eb3-58929c8fc15e";>



-- 
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]

Reply via email to