tsdexter
07/11/2018, 3:15 AMallItems
-> items
, filter
to where
and unique types to the where
clause too… this isn’t so bad with find/going thrpugh one file at a time, but it’s a nuisance for sure… we’re also trying to switch out all the creates for upserts at the same time and rewriting any logic we hand coded for batch queries into proper prisma batches like deleteMany, updateMany