Skip to content

Commit

Permalink
更新到1.0.1版本
Browse files Browse the repository at this point in the history
  • Loading branch information
18940818955 committed Dec 12, 2019
1 parent 14cf250 commit d8299d4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= MySQL迁移工具
:toc: left
:version: 1.0.0
:version: 1.0.1
:sourcedir: mysql-migrate/src
:javadir: {sourcedir}/main/java
:testdir: {sourcedir}/test/java
Expand Down Expand Up @@ -34,6 +34,8 @@ include::{testdir}/cn/codeforfun/migrate/core/MigrateTest.java[]
----

== 更新日志
* 1.0.1
** fix-没有外键时候生成sql为空的bug 大胃王 2019/12/12, 3:55 下午

* 1.0.0
** 添加procedure 大胃王 2019/12/11, 5:48 下午
Expand Down
14 changes: 12 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ <h2 id="_使用方法">使用方法</h2>
<pre class="highlight"><code class="language-xml" data-lang="xml">&lt;dependency&gt;
&lt;groupId&gt;cn.codeforfun&lt;/groupId&gt;
&lt;artifactId&gt;mysql-migrate&lt;/artifactId&gt;
&lt;version&gt;1.0.0&lt;/version&gt;
&lt;version&gt;1.0.1&lt;/version&gt;
&lt;/dependency&gt;</code></pre>
</div>
</div>
Expand Down Expand Up @@ -554,6 +554,16 @@ <h2 id="_更新日志">更新日志</h2>
<div class="ulist">
<ul>
<li>
<p>1.0.1</p>
<div class="ulist">
<ul>
<li>
<p>fix-没有外键时候生成sql为空的bug 大胃王 2019/12/12, 3:55 下午</p>
</li>
</ul>
</div>
</li>
<li>
<p>1.0.0</p>
<div class="ulist">
<ul>
Expand Down Expand Up @@ -650,7 +660,7 @@ <h2 id="_反馈和贡献">反馈和贡献</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2019-12-11 18:21:34 +0800
Last updated 2019-12-12 15:57:23 +0800
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mysql-migrate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>cn.codeforfun</groupId>
<artifactId>mysql-migrate</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>lightweight-mysql-migrate-tools</description>
<url>https://github.com/qq253498229/mysql-migrate-tool</url>
Expand Down

0 comments on commit d8299d4

Please sign in to comment.