Skip to content

Commit 9297e73

Browse files
authored
Apply suggestions from code review
1 parent d490626 commit 9297e73

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/hyperdrive/examples/connect-to-postgres/postgres-drivers-and-libraries

1 file changed

+1
-1
lines changed

src/content/docs/hyperdrive/examples/connect-to-postgres/postgres-drivers-and-libraries/prisma-orm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,6 @@ You can use Prisma Migrate to create and manage your database schema:
139139
This will create SQL migration files in the `prisma/migrations` directory and apply them to your database.
140140

141141
3. For production environments, apply migrations without generating new ones:
142-
```sh
142+
```sh
143143
npx prisma migrate deploy
144144
```

0 commit comments

Comments
 (0)