Skip to content

Commit 5136011

Browse files
committed
trigger CI
1 parent 99af7cd commit 5136011

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/db-utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ export async function cleanupDb(prisma: PrismaClient) {
138138
return sql
139139
})
140140

141+
// trigger CI rerun
142+
141143
try {
142144
// Disable FK constraints to avoid relation conflicts during deletion
143145
await prisma.$executeRawUnsafe(`PRAGMA foreign_keys = OFF`)

0 commit comments

Comments
 (0)