From dac3e33cbfb5e5406e4335a562f183ac051ca7fa Mon Sep 17 00:00:00 2001 From: ruheni Date: Wed, 21 Jun 2023 10:33:04 +0200 Subject: [PATCH] chore: add link to Prisma Migrate reference --- content/200-concepts/100-components/03-prisma-migrate/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/200-concepts/100-components/03-prisma-migrate/index.mdx b/content/200-concepts/100-components/03-prisma-migrate/index.mdx index 5452cd916b..9d3315a860 100644 --- a/content/200-concepts/100-components/03-prisma-migrate/index.mdx +++ b/content/200-concepts/100-components/03-prisma-migrate/index.mdx @@ -26,6 +26,8 @@ If you are prototyping, consider using the [`db push` command](db-push) - see [S +See the [Prisma Migrate reference](/reference/api-reference/command-reference#prisma-migrate) for detailed information about the Prisma Migrate CLI commands. + ## In this section