Skip to content

Commit 378a015

Browse files
committed
update sql-version to 2.0.0
1 parent c6c497d commit 378a015

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sql/dolphinscheduler_h2.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ CREATE TABLE t_ds_version
955955
-- Records of t_ds_version
956956
-- ----------------------------
957957
INSERT INTO t_ds_version
958-
VALUES ('1', '2.0.0-alpha');
958+
VALUES ('1', '2.0.0');
959959

960960

961961
-- ----------------------------

sql/dolphinscheduler_mysql.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ CREATE TABLE `t_ds_version` (
937937
-- ----------------------------
938938
-- Records of t_ds_version
939939
-- ----------------------------
940-
INSERT INTO `t_ds_version` VALUES ('1', '2.0.0-alpha');
940+
INSERT INTO `t_ds_version` VALUES ('1', '2.0.0');
941941

942942

943943
-- ----------------------------

sql/dolphinscheduler_postgre.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ INSERT INTO t_ds_queue(queue_name, queue, create_time, update_time)
923923
VALUES ('default', 'default', '2018-11-29 10:22:33', '2018-11-29 10:22:33');
924924

925925
-- Records of t_ds_queue,default queue name : default
926-
INSERT INTO t_ds_version(version) VALUES ('2.0.0-alpha');
926+
INSERT INTO t_ds_version(version) VALUES ('2.0.0');
927927

928928
--
929929
-- Table structure for table t_ds_plugin_define

0 commit comments

Comments
 (0)