You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to know the version of Ecto being loaded so that I can determine which function to call to use to get the migrations path (it changed from Ecto version to Ecto version 3). Looks like this is not the right way.
I'm revisiting this right now. Thanks for the issue report.
Fixed in ex_money version 2.12.1 using a much more robust mechanism that just detects if the function Ecto.Migrator.migrations_path/0 is exported. Thanks for your patience and the bug report.
Sometimes the
status
value contains the atom :compile instead of{:ok, ecto_version}
, this has to do with https://github.com/elixir-lang/elixir/blob/master/lib/mix/lib/mix/dep.ex#L84-L88 part I believe.Example error:
The text was updated successfully, but these errors were encountered: