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

Enum Array Changes Should Work #2121

Merged
merged 1 commit into from Aug 3, 2021

Conversation

pimeys
Copy link
Contributor

@pimeys pimeys commented Aug 3, 2021

We never realized the temporary enum as an array, if the original column was one, causing drift and weird migration errors.

Closes: prisma/prisma#7712
Closes: prisma/prisma#8137

We never realized the temporary enum as an array, if the original column
was one, causing drift and weird migration errors.
@pimeys pimeys added this to the 2.29.0 milestone Aug 3, 2021
@pimeys pimeys merged commit 89a0ba9 into master Aug 3, 2021
@pimeys pimeys deleted the migration-engine/enum-array-changes-fix branch August 3, 2021 19:23
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.

Removing element from enum not working Modifying enum value in Postgres causes an error
2 participants