Skip to content

Commit

Permalink
retrigger
Browse files Browse the repository at this point in the history
  • Loading branch information
devneill committed Sep 28, 2024
1 parent eb2dd60 commit 1b0be2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/db-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ export async function cleanupDb(prisma: PrismaClient) {
.map((statement) => statement.trim())
.filter(Boolean)

//trigger

// Run each sql statement in the migration
await prisma.$transaction(
[
Expand Down

0 comments on commit 1b0be2b

Please sign in to comment.