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

[multiSchema] check PSL validations for enum and composite type database name clashes #15626

Closed
tomhoule opened this issue Sep 30, 2022 · 1 comment · Fixed by prisma/prisma-engines#3269
Assignees
Labels
kind/improvement An improvement to existing feature and code. team/schema Issue for team Schema. topic: multiSchema multiple schemas topic: schema topic: validation
Milestone

Comments

@tomhoule
Copy link
Contributor

follow up to #15009

@tomhoule tomhoule added kind/improvement An improvement to existing feature and code. topic: schema topic: validation team/schema Issue for team Schema. topic: multiSchema multiple schemas labels Sep 30, 2022
@tomhoule
Copy link
Contributor Author

tomhoule commented Oct 5, 2022

Additionally: from slack (@Jolg42 https://prisma-company.slack.com/archives/C02FNFLDUS3/p1664544204148229)

So we have a mutli-schema with 2 models
User -> schema base
Post -> schema transactionalWe do @@Map("some_table") on both of them.In theory it should work because it’s 2 different > database schemas? but it errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/improvement An improvement to existing feature and code. team/schema Issue for team Schema. topic: multiSchema multiple schemas topic: schema topic: validation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants