未验证 提交 329a37cc 编写于 作者: W wind 提交者: GitHub

change soft version to 2.0.3 (#7957)

Co-authored-by: Ncaishunfeng <534328519@qq.com>
上级 ddd516cb
......@@ -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');
-- ----------------------------
......
......@@ -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');
-- ----------------------------
......
......@@ -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.0.2
\ No newline at end of file
2.0.3
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册