From c380e157e32d6f6246d07016fff730ebf5a98161 Mon Sep 17 00:00:00 2001 From: Julie M <70962362+meletj@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:48:20 +0200 Subject: [PATCH] Update 02-migrate-from-sequelize.mdx --- .../450-migrating-to-prisma/02-migrate-from-sequelize.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/200-orm/800-more/450-migrating-to-prisma/02-migrate-from-sequelize.mdx b/content/200-orm/800-more/450-migrating-to-prisma/02-migrate-from-sequelize.mdx index 3de007b931..9a350c4ebb 100644 --- a/content/200-orm/800-more/450-migrating-to-prisma/02-migrate-from-sequelize.mdx +++ b/content/200-orm/800-more/450-migrating-to-prisma/02-migrate-from-sequelize.mdx @@ -219,7 +219,7 @@ If you're using VS Code, be sure to install the [Prisma VS Code extension](https If you're not using PostgreSQL, you need to adjust the `provider` field on the `datasource` block to the database you currently use: - + @@ -269,7 +269,7 @@ datasource db { Once that's done, you can configure your [database connection URL](/orm/reference/connection-urls) in the `.env` file. Here's how the database connection from Sequelize maps to the connection URL format used by Prisma ORM: - +