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 many many join tables #49

Merged
merged 2 commits into from
May 2, 2023

Conversation

maxmousse
Copy link
Contributor

@maxmousse maxmousse commented Apr 30, 2023

Here is a pull request aiming to fix issue #46 .

I did the next things:
-> Update prisma related packages to the last version.
-> Fix the generation of many many join tables to match the new DMMF format.
-> I let some comments to facilitate the code review. I'll remove them when not usefull anymore.

@marcjulian Let me know if there is something else I can do =)

@marcjulian
Copy link
Member

Hi @maxmousse thanks for fixing the many to many table issue. Yes looks like the DMMF has a new format, because it is an internal API it may cause breaking changes between minor versions.

I like the comments, they can be useful when the DMMF changes again.

@marcjulian marcjulian merged commit 1f00923 into notiz-dev:main May 2, 2023
@marcjulian marcjulian linked an issue May 2, 2023 that may be closed by this pull request
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.

manyMany join tables are not generated
2 participants