triplex icon indicating copy to clipboard operation
triplex copied to clipboard

Remove error from mix task `triplex.migrations`

Open PaulOstazeski opened this issue 1 year ago • 0 comments

Running mix triplex.migrations results in an error.

The stop callback for Ecto.Repo no longer takes a pid argument as of Ecto 3.

https://hexdocs.pm/ecto/2.2.12/Ecto.Repo.html#c:stop/2 https://hexdocs.pm/ecto/Ecto.Repo.html#c:stop/1

This update matches a change from #61 to the same effect.

PaulOstazeski avatar Jul 11 '23 14:07 PaulOstazeski