From dee012e755ffcec3c69235db0a2ee62a647ec5c8 Mon Sep 17 00:00:00 2001 From: Rafael Koch Peres Date: Sat, 11 May 2024 17:50:13 -0300 Subject: [PATCH] Fix formatting and remove comments --- prisma/seed.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/prisma/seed.ts b/prisma/seed.ts index 91b67b71..4fe7fd28 100644 --- a/prisma/seed.ts +++ b/prisma/seed.ts @@ -11,11 +11,6 @@ async function main() { continue; } - // ignore prisma migrations at it is already applied by migrate command - // if (query.includes('_prisma_migrations')) { - // continue; - // } - try { await prisma.$executeRawUnsafe(query); } catch (e) {