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/10/19 14:57:39 UTC

[dolphinscheduler] branch 2.0.0-alpha-release updated: change version to '2.0.0-alpha'

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

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


The following commit(s) were added to refs/heads/2.0.0-alpha-release by this push:
     new 8bb5127  change version to '2.0.0-alpha'
8bb5127 is described below

commit 8bb5127e77bfaca23ca7ea984cec258305ecc5d6
Author: lenboo <ba...@gmail.com>
AuthorDate: Tue Oct 19 22:56:31 2021 +0800

    change version to '2.0.0-alpha'
---
 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 6a74655..a4ce3b3 100644
--- a/sql/dolphinscheduler_h2.sql
+++ b/sql/dolphinscheduler_h2.sql
@@ -956,7 +956,7 @@ CREATE TABLE t_ds_version
 -- Records of t_ds_version
 -- ----------------------------
 INSERT INTO t_ds_version
-VALUES ('1', '1.4.0');
+VALUES ('1', '2.0.0-alpha');
 
 
 -- ----------------------------
diff --git a/sql/dolphinscheduler_mysql.sql b/sql/dolphinscheduler_mysql.sql
index 4124985..11522d2 100644
--- a/sql/dolphinscheduler_mysql.sql
+++ b/sql/dolphinscheduler_mysql.sql
@@ -938,7 +938,7 @@ CREATE TABLE `t_ds_version` (
 -- ----------------------------
 -- Records of t_ds_version
 -- ----------------------------
-INSERT INTO `t_ds_version` VALUES ('1', '1.4.0');
+INSERT INTO `t_ds_version` VALUES ('1', '2.0.0-alpha');
 
 
 -- ----------------------------
diff --git a/sql/dolphinscheduler_postgre.sql b/sql/dolphinscheduler_postgre.sql
index 130280d..1a2a7dc 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 ('1.4.0');
+INSERT INTO t_ds_version(version) VALUES ('2.0.0-alpha');
 
 --
 -- Table structure for table t_ds_plugin_define