Skip to content

Commit

Permalink
Update content/800-guides/1100-using-prisma-nuxt-module-with-prisma-p…
Browse files Browse the repository at this point in the history
…ostgres.mdx

Co-authored-by: Nikolas <[email protected]>
  • Loading branch information
ankur-arch and nikolasburk authored Jan 20, 2025
1 parent 811c71f commit fa18edf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ npm run dev
After running this command, you will be prompted to run a database migration with [Prisma Migrate](/orm/prisma-migrate/understanding-prisma-migrate/overview):

```terminal
**? Do you want to migrate database changes to your database? › (Y/n)**
? Do you want to migrate database changes to your database? › (Y/n)
```

Confirm that you want to migrate your database and create your initial tables by hitting <kbd>Y</kbd> on your keyboard.
Expand Down

0 comments on commit fa18edf

Please sign in to comment.