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

🐛 Fix Migrator when schema contains Ecto.Enum #51

Merged
merged 1 commit into from
Apr 6, 2024

Conversation

danielberkompas
Copy link
Owner

@danielberkompas danielberkompas commented Apr 6, 2024

Fixes #46.

The migrator raised the error in #46 because it didn't expect the Ecto.Enum field type when checking which fields contain Cloak types.

Fixes #46.

The migrator raised the error in #46 because it didn't expect the `Ecto.Enum`
field type when checking which fields contain Cloak types.
@danielberkompas danielberkompas added the bug Something isn't working label Apr 6, 2024
@danielberkompas danielberkompas merged commit be99311 into master Apr 6, 2024
4 checks passed
@danielberkompas danielberkompas deleted the 46-ecto-enum branch April 6, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrator breaks with Ecto.Enum field in the same schema
1 participant