You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/backend/prisma/schema.prisma
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -659,6 +659,8 @@ model Event {
659
659
// =============================== END END USER PROPERTIES ===============================
660
660
661
661
@@index([data(ops: JsonbPathOps)], type: Gin)
662
+
@@index([createdAt])
663
+
@@index([createdAt, id])
662
664
}
663
665
664
666
// An IP address that was seen in an event. Use the location fields instead of refetching the location from the ip, as the real-world geoip data may have changed since the event was logged.
0 commit comments