Skip to content

Commit 38c4fa4

Browse files
committed
remove static seed
1 parent c927aa7 commit 38c4fa4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

apps/api/prisma/seeders/anmeldungen.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ import type { Seeder } from './index.js'
1414

1515
const ENTRY_COUNT = 100
1616

17-
faker.seed(123)
18-
1917
async function create(prisma: PrismaClient, unterveranstaltung: Unterveranstaltung): Promise<void> {
2018
const address = await prisma.address.create({
2119
data: {

0 commit comments

Comments
 (0)