SA
메인 내용으로 이동

2023-06-28

Random

Wow

My favorite book is coming to Netflix ! ! !

삼체

const linkSummaries = await db.linkSummary.findMany({
where: {
OR: [{ body: '' }, { body: null }, { commentBody: '' }, { commentBody: null }],
},
take: 100,
})

Why is this giving rows full with body text?

2BC3E2.jpg

It was because of the upsert I was making!!!!

64D221.png

이 문서를 언급한 문서들