Skip to content

Commit

Permalink
Fix formatting and remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rkperes committed May 11, 2024
1 parent ea3165a commit dee012e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit dee012e

Please sign in to comment.