🗃️ Write faster prisma queries
This commit is contained in:
@ -224,6 +224,7 @@ model Result {
|
||||
answers Answer[]
|
||||
logs Log[]
|
||||
|
||||
@@index([typebotId])
|
||||
@@index([typebotId, createdAt])
|
||||
@@index([createdAt, typebotId])
|
||||
}
|
||||
|
Reference in New Issue
Block a user