2
0

🐛 Remove delete result cascade

This commit is contained in:
Baptiste Arnaud
2022-09-25 20:16:08 +02:00
committed by Baptiste Arnaud
parent 30dff2d5d7
commit 3c803b1345
11 changed files with 396 additions and 180 deletions

View File

@ -13,10 +13,10 @@ const prisma = new PrismaClient()
const main = async () => {
await injectFakeResults(prisma)({
count: 150,
typebotId: 'cl89sq4vb030109laivd9ck97',
count: 200,
typebotId: 'cl8hl08xt009909l6pwqenf63',
isChronological: false,
idPrefix: 'batch2',
fakeStorage: 3 * 1024 * 1024 * 1024,
})
}