Skip to content

Commit

Permalink
Fixes link caption in Prisma Migration docs (#5426)
Browse files Browse the repository at this point in the history
  • Loading branch information
djbb7 authored Nov 6, 2023
1 parent 334d8e6 commit 1c58baf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Prisma Migrate is an **declarative database schema migration tool** that enables
- Keep your database schema in sync with your [Prisma schema](/concepts/components/prisma-schema) as it evolves _and_
- Maintain existing data in your database

Prisma Migrate generates [a history of `.sql` migration files](/concepts/components/prisma-migrate/migration-histories), and plays a role in both [development and deployment](/concepts/components/prisma-migrate/migrate-development-production).
Prisma Migrate generates [a history of `.sql` migration files](/concepts/components/prisma-migrate/migration-histories), and plays a role in both [development and production](/concepts/components/prisma-migrate/migrate-development-production).

<Tip>

Expand Down

1 comment on commit 1c58baf

@vercel
Copy link

@vercel vercel bot commented on 1c58baf Nov 6, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

docs – ./

docs-prisma.vercel.app
prisma2-docs.vercel.app
docs-git-main-prisma.vercel.app

Please sign in to comment.