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 run fail when have mixed ecto type #27

Closed
wants to merge 1 commit into from

Conversation

wingyplus
Copy link

The Migrator will fallback to load module when found the following
types:

  • Ecto.Enum
  • array
  • map
  • Ecto custom type

This patch fixes by guard a function cloak_field? in load module case
and return false when no match.

The Migrator will fallback to load module when found the following
types:

* Ecto.Enum
* array
* map
* Ecto custom type

This patch fixes by guard a function `cloak_field?` in load module case
and return `false` when no match.
@wingyplus
Copy link
Author

ping @danielberkompas

@danielberkompas
Copy link
Owner

I think this should be covered by #38

1 similar comment
@danielberkompas
Copy link
Owner

I think this should be covered by #38

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.

3 participants