Dor Meiri
Results
2
comments of
Dor Meiri
I need to perform aggregation on a computed field. I have this model: ```prisma model Word { id Int @id @default(autoincrement()) value String @unique } ``` And I need to...
I have the same issue. Steps to reproduce: 1) Created channel with 3 users 2) Sent test message with one of them 4) Made sure all of the user are...