We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d490626 commit 9297e73Copy full SHA for 9297e73
src/content/docs/hyperdrive/examples/connect-to-postgres/postgres-drivers-and-libraries/prisma-orm.mdx
@@ -139,6 +139,6 @@ You can use Prisma Migrate to create and manage your database schema:
139
This will create SQL migration files in the `prisma/migrations` directory and apply them to your database.
140
141
3. For production environments, apply migrations without generating new ones:
142
- ```sh
+ ```sh
143
npx prisma migrate deploy
144
```
0 commit comments