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 55b7950 commit 50490e4Copy full SHA for 50490e4
tests/db-utils.ts
@@ -145,6 +145,7 @@ 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