We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When doing a second migration with prisma, you are presented with Error: P3005:
Error: P3005
Error: P3005 The database schema is not empty. Read more about how to baseline an existing production database: https://pris.ly/d/migrate-baseline
Removing the shadowDatabaseUrl from the schema.prisma datasource fixes this.
shadowDatabaseUrl
schema.prisma
datasource
With latest updates from Vercel, we no longer need the shadowDatabaseUrl to handle migrations.
See: prisma/prisma#19234 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
When doing a second migration with prisma, you are presented with
Error: P3005
:Removing the
shadowDatabaseUrl
from theschema.prisma
datasource
fixes this.With latest updates from Vercel, we no longer need the
shadowDatabaseUrl
to handle migrations.See: prisma/prisma#19234 (comment)
The text was updated successfully, but these errors were encountered: