defrex
11/23/2020, 9:49 PMupdate
by non-unique — or multiple-value — filters? eg.
prisma.post.update({
where: { id: { in: somePostIds } },
data: { status: Status.Published },
})
defrex
11/23/2020, 9:49 PMJan Wilhelm
11/23/2020, 10:41 PMupdateMany
for this to use non-unqiue filters 😉Ryan
11/24/2020, 6:01 AMupdateMany
.defrex
11/24/2020, 2:40 PM