Skip to content

Commit

Permalink
Update content/300-guides/500-other/900-advanced-database-tasks/06-ty…
Browse files Browse the repository at this point in the history
…pesafe-raw-sql/01-safeql.mdx

Co-authored-by: Alex Ruheni <[email protected]>
  • Loading branch information
nikolasburk and ruheni authored Nov 22, 2023
1 parent 34f59df commit 9b101cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Like before, create and execute a migration using the `prisma migrate dev` comma
npx prisma migrate dev --name add-poi
```

Again for reference, here is the output of the SQL migration file generated by Prisma Migrate:
For reference, here is the output of the SQL migration file generated by Prisma Migrate:

```sql file=migrations/TIMESTAP_add_poi/migration.sql
-- CreateTable
Expand Down

0 comments on commit 9b101cb

Please sign in to comment.