Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove error from mix task triplex.migrations #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PaulOstazeski
Copy link

@PaulOstazeski PaulOstazeski commented Jul 11, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants