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

[legacy-framework] Fix Prisma @@map in Enums break the model generator #2445

Merged
merged 1 commit into from
Jun 4, 2021

Conversation

MrLeebo
Copy link
Member

@MrLeebo MrLeebo commented Jun 4, 2021

Closes: blitz-js/legacy-framework#243

What are the changes and their implications?

v0.2.4 of prisma-ast has the fix for the error parsing attributes inside enum blocks. This change just updates the version of the dependency in blitz.

Bug Checklist

  • Integration test added (see test docs if needed)
    (test added upstream)

@flybayer
Copy link
Member

flybayer commented Jun 4, 2021

Thanks!!

@flybayer flybayer changed the title Bump version of prisma-ast to resolve break for enums with map attributes. Fixes #2421 Fix Prisma @@map in Enums break the model generator Jun 4, 2021
@flybayer flybayer merged commit 3cf7d39 into blitz-js:canary Jun 4, 2021
@itsdillon itsdillon changed the title Fix Prisma @@map in Enums break the model generator [legacy-framework] Fix Prisma @@map in Enums break the model generator Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prisma @@map in Enums break the model generator
3 participants