Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Add referential actions' links for warnings handling Postgres and MySQL special cases #79

Merged
merged 3 commits into from
Nov 28, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 13 additions & 1 deletion vercel.json
Expand Up @@ -224,6 +224,18 @@
"source": "/d/relation-mode",
"destination": "https://www.prisma.io/docs/concepts/components/prisma-schema/relations/relation-mode"
},
{
"source": "/d/postgres-set-null",
"destination": "https://www.prisma.io/docs/concepts/components/prisma-schema/relations/referential-actions#types-of-referential-actions"
},
{
"source": "/d/mysql-set-default",
"destination": "https://www.prisma.io/docs/concepts/components/prisma-schema/relations/referential-actions#types-of-referential-actions"
},
jkomyno marked this conversation as resolved.
Show resolved Hide resolved
Comment on lines +227 to +234
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{
"source": "/d/postgres-set-null",
"destination": "https://www.prisma.io/docs/concepts/components/prisma-schema/relations/referential-actions#types-of-referential-actions"
},
{
"source": "/d/mysql-set-default",
"destination": "https://www.prisma.io/docs/concepts/components/prisma-schema/relations/referential-actions#types-of-referential-actions"
},
{
"source": "/d/postgres-set-null",
"destination": "https://www.prisma.io/docs/concepts/components/prisma-schema/relations/referential-actions#special-cases-for-referential-actions"
},
{
"source": "/d/mysql-set-default",
"destination": "https://www.prisma.io/docs/concepts/components/prisma-schema/relations/referential-actions#special-cases-for-referential-actions"
},

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This mirrors the preview link mentioned in: prisma/docs#4132 (comment)

{
"source": "/d/relation-mode-indexes",
jkomyno marked this conversation as resolved.
Show resolved Hide resolved
"destination": "https://www.prisma.io/docs/concepts/components/prisma-schema/relations/relation-mode#indexes"
},
{
"source": "/d/help/next-js-best-practices",
"destination": "https://www.prisma.io/docs/support/help-articles/nextjs-prisma-client-dev-practices"
Expand Down Expand Up @@ -837,4 +849,4 @@
"destination": "https://prismaio.notion.site/Prisma-Design-Partner-Program-a286c25e47fb44e199038ca71dce36a1"
}
]
}
}