Browse Source

change soft version to 2.0.3 (#7957)

Co-authored-by: caishunfeng <534328519@qq.com>
2.0.7-release
wind 2 years ago committed by GitHub
parent
commit
329a37ccee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_h2.sql
  2. 2
      dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql
  3. 2
      dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql
  4. 2
      dolphinscheduler-dao/src/main/resources/sql/soft_version

2
dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_h2.sql

@ -959,7 +959,7 @@ CREATE TABLE t_ds_version
-- Records of t_ds_version
-- ----------------------------
INSERT INTO t_ds_version
VALUES ('1', '2.0.2');
VALUES ('1', '2.0.3');
-- ----------------------------

2
dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql

@ -942,7 +942,7 @@ CREATE TABLE `t_ds_version` (
-- ----------------------------
-- Records of t_ds_version
-- ----------------------------
INSERT INTO `t_ds_version` VALUES ('1', '2.0.2');
INSERT INTO `t_ds_version` VALUES ('1', '2.0.3');
-- ----------------------------

2
dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql

@ -928,7 +928,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.2');
INSERT INTO t_ds_version(version) VALUES ('2.0.3');
--
-- Table structure for table t_ds_plugin_define

2
dolphinscheduler-dao/src/main/resources/sql/soft_version

@ -1 +1 @@
2.0.2
2.0.3
Loading…
Cancel
Save