From bfa6b99c77b680c9b775c53e9f4c3378c3665043 Mon Sep 17 00:00:00 2001 From: Devon Neill <35456245+devneill@users.noreply.github.com> Date: Sat, 28 Sep 2024 10:50:10 +0200 Subject: [PATCH] retrigger --- tests/db-utils.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/db-utils.ts b/tests/db-utils.ts index c2b49493..cc297640 100644 --- a/tests/db-utils.ts +++ b/tests/db-utils.ts @@ -144,6 +144,8 @@ export async function cleanupDb(prisma: PrismaClient) { .map((statement) => statement.trim()) .filter(Boolean) + //trigger CI + // Run each sql statement in the migration await prisma.$transaction( [