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 50490e4 commit 0744470Copy full SHA for 0744470
tests/db-utils.ts
@@ -145,7 +145,6 @@ export async function cleanupDb(prisma: PrismaClient) {
145
// Run each sql statement in the migration
146
for (const statement of statements) {
147
try {
148
- //trigger CI
149
await prisma.$executeRawUnsafe(`${statement};`)
150
} catch (error) {
151
console.warn(`Failed to execute statement: ${statement}`)
0 commit comments