Skip to content

Commit

Permalink
Merge pull request #244 from CodingCattwo/dev141
Browse files Browse the repository at this point in the history
update visual docker version 2.6.0
  • Loading branch information
mingzhenliu authored Oct 10, 2020
2 parents 544f69b + 43efe34 commit 99bb905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/webase-dml.sql
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ INSERT INTO `tb_mail_server_config`(`server_name`,`host`,`port`,`username`,`pass
-- ----------------------------
-- 8、init tb_config
-- ----------------------------
INSERT INTO `tb_config`(`config_name`, `config_type`, `config_value`, `create_time`, `modify_time`) VALUES ('docker 镜像版本', 1, 'v2.5.0', '2020-07-22 17:14:23', '2020-07-22 17:14:23');
INSERT INTO `tb_config`(`config_name`, `config_type`, `config_value`, `create_time`, `modify_time`) VALUES ('docker 镜像版本', 1, 'v2.5.0-gm', '2020-07-22 17:14:23', '2020-07-22 17:14:23');
INSERT INTO `tb_config`(`config_name`, `config_type`, `config_value`, `create_time`, `modify_time`) VALUES ('docker 镜像版本', 1, 'v2.6.0', '2020-09-22 17:14:23', '2020-09-22 17:14:23');
INSERT INTO `tb_config`(`config_name`, `config_type`, `config_value`, `create_time`, `modify_time`) VALUES ('docker 镜像版本', 1, 'v2.6.0-gm', '2020-09-22 17:14:23', '2020-09-22 17:14:23');

0 comments on commit 99bb905

Please sign in to comment.