You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by le...@apache.org on 2021/11/15 16:13:38 UTC

[dolphinscheduler] branch 2.0.0-release-prepare updated: update sql-version to 2.0.0

This is an automated email from the ASF dual-hosted git repository.

leonbao pushed a commit to branch 2.0.0-release-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/2.0.0-release-prepare by this push:
     new 378a015  update sql-version to 2.0.0
378a015 is described below

commit 378a015cc840e8948b9db4b5bbb289613316ab7e
Author: lenboo <ba...@gmail.com>
AuthorDate: Tue Nov 16 00:13:10 2021 +0800

    update sql-version to 2.0.0
---
 sql/dolphinscheduler_h2.sql      | 2 +-
 sql/dolphinscheduler_mysql.sql   | 2 +-
 sql/dolphinscheduler_postgre.sql | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sql/dolphinscheduler_h2.sql b/sql/dolphinscheduler_h2.sql
index b9b1f29..155e4b6 100644
--- a/sql/dolphinscheduler_h2.sql
+++ b/sql/dolphinscheduler_h2.sql
@@ -955,7 +955,7 @@ CREATE TABLE t_ds_version
 -- Records of t_ds_version
 -- ----------------------------
 INSERT INTO t_ds_version
-VALUES ('1', '2.0.0-alpha');
+VALUES ('1', '2.0.0');
 
 
 -- ----------------------------
diff --git a/sql/dolphinscheduler_mysql.sql b/sql/dolphinscheduler_mysql.sql
index ddd3f4e..c7c3de0 100644
--- a/sql/dolphinscheduler_mysql.sql
+++ b/sql/dolphinscheduler_mysql.sql
@@ -937,7 +937,7 @@ CREATE TABLE `t_ds_version` (
 -- ----------------------------
 -- Records of t_ds_version
 -- ----------------------------
-INSERT INTO `t_ds_version` VALUES ('1', '2.0.0-alpha');
+INSERT INTO `t_ds_version` VALUES ('1', '2.0.0');
 
 
 -- ----------------------------
diff --git a/sql/dolphinscheduler_postgre.sql b/sql/dolphinscheduler_postgre.sql
index 69f1cfe..4299b9b 100644
--- a/sql/dolphinscheduler_postgre.sql
+++ b/sql/dolphinscheduler_postgre.sql
@@ -923,7 +923,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 ('2.0.0-alpha');
+INSERT INTO t_ds_version(version) VALUES ('2.0.0');
 
 --
 -- Table structure for table t_ds_plugin_define