Skip to content

Commit

Permalink
fix: WEB-435 Add code attr to tabbedcontent with files (#6190)
Browse files Browse the repository at this point in the history
* Add code attr to tabbedcontent with files

* Update 02-migrate-from-sequelize.mdx

---------

Co-authored-by: Julie M <[email protected]>
  • Loading branch information
carlagn and meletj authored Aug 19, 2024
1 parent 9d8d56c commit e383271
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,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:

<TabbedContent transparent>
<TabbedContent transparent code>
<TabItem value="PostgreSQL">
<br/>

Expand Down Expand Up @@ -342,7 +342,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 TypeORM maps to the connection URL format used by Prisma ORM:

<TabbedContent transparent>
<TabbedContent transparent code>

<TabItem value="PostgreSQL">
<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<TabbedContent code>
<TabbedContent transparent code>

<TabItem value="PostgreSQL">

Expand Down Expand Up @@ -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:

<TabbedContent transparent>
<TabbedContent transparent code>

<TabItem value="PostgreSQL">
<br/>
Expand Down

0 comments on commit e383271

Please sign in to comment.