docs
docs copied to clipboard
📚 Prisma Documentation
Update 05 Sep 2022: I accidentally merged this, so I reverted it, then made a new PR. The new PR is here: https://github.com/prisma/docs/pull/3722 This docs work is done, but we...
Client team are adding functionality to allow multi-schema support. I am not sure yet if there are any user-facing changes on the client side, so I'm making this issue as...
Currently we have [this subsection](https://www.prisma.io/docs/concepts/components/prisma-migrate#migration-history) on migration histories. Would be good to clarify the difference between the migration files and the migration table, and use consistent terminology to refer to...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...
Currently the [Baselining a database](https://www.prisma.io/docs/guides/database/developing-with-prisma-migrate/baselining) guide sends you off to [these instructions on updating the development environment](https://www.prisma.io/docs/guides/database/developing-with-prisma-migrate/add-prisma-migrate-to-a-project#update-the-development-environment) for creating your initial SQL migration. I found this pretty confusing when trying...
There are a few oddities in [Developing with Prisma Migrate](https://www.prisma.io/docs/guides/database/developing-with-prisma-migrate) that broke the flow when I tried to follow it: - There's [an intentional typo](https://www.prisma.io/docs/guides/database/developing-with-prisma-migrate#:~:text=biograpy%20String%20//%20Intentional%20typo!) in the schema, but it...
Some of the `migrate` commands do extra 'magic' which is not very well explained in the CLI reference. For example the [`migrate reset` introduction](https://www.prisma.io/docs/reference/api-reference/command-reference#migrate-reset) says 'This command deletes and recreates...
## Describe this PR Adds a new page under Data Platform > Troubleshooting to explain the reasons and potential solutions behind the error 'Connection to database timed out'. ## Changes...
We've had a suggestion to expand our [docs for error code P1012](https://www.prisma.io/docs/reference/api-reference/error-reference#p1012) to include invalid schema errors (when parsed with Prisma 4 or later). Slack thread: https://prisma-company.slack.com/archives/C5Z9TH6N9/p1660549192661239 Example: * User...
## Describe this PR The opening two paragraphs of the ‘Relation fields’ section are word for word copies of the opening two paragraphs in the ‘Terminology’ section. I think the...