We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af609f0 commit 882e5a9Copy full SHA for 882e5a9
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v0.6.3
2
+
3
+* Enhancements
4
+ * add migrated? to check is a table migrated or not
5
6
## v0.6.2
7
8
* Enhancements
mix.exs
@@ -1,6 +1,6 @@
defmodule EctoMigrate.Mixfile do
use Mix.Project
- @version "0.6.2"
+ @version "0.6.3"
@github "https://github.com/xerions/ecto_migrate"
def project do
0 commit comments