meteor_elixir icon indicating copy to clipboard operation
meteor_elixir copied to clipboard

Error running "mix ecto.migrate" using freshly installed setup.

Open babakness opened this issue 10 years ago • 1 comments

$ mix ecto.migrate

** (UndefinedFunctionError) undefined function: Mongo.Ecto.stop/2
    (mongodb_ecto) Mongo.Ecto.stop(#PID<0.151.0>, 5000)
    (ecto) lib/mix/ecto.ex:75: Mix.Ecto.ensure_stopped/2
    (mix) lib/mix/cli.ex:55: Mix.CLI.run_task/2
    (elixir) lib/code.ex:363: Code.require_file/2

It works fine despite this however. Thanks for this project!

babakness avatar Dec 24 '15 06:12 babakness

Hmm interesting. I haven't used the migrations for mongo (if they do anything) so perhaps the migration file isnt setup correctly. Should be ok though :smile:

AdamBrodzinski avatar Dec 24 '15 16:12 AdamBrodzinski