We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04200a commit ea64955Copy full SHA for ea64955
1 file changed
mix.exs
@@ -25,7 +25,7 @@ defmodule PhoenixEcto.Mixfile do
25
],
26
xref: [
27
exclude: [
28
- {Ecto.Migrator, :migrations, 2},
+ {Ecto.Migrator, :migrations, 3},
29
{Ecto.Migrator, :migrations_path, 1},
30
{Ecto.Migrator, :run, 4}
31
]
0 commit comments