feat: missing prisma index for organizationId
This commit is contained in:
parent
4edb179d36
commit
3e5e7bd4ba
|
|
@ -337,6 +337,7 @@ model Integration {
|
|||
|
||||
@@unique([organizationId, internalId])
|
||||
@@index([rootInternalId])
|
||||
@@index([organizationId])
|
||||
@@index([updatedAt])
|
||||
@@index([deletedAt])
|
||||
@@index([customerId])
|
||||
|
|
|
|||
Loading…
Reference in New Issue