fix: add missing TicketComment reverse relation on Tenant model

This commit is contained in:
kevin-asprec
2026-05-04 17:16:28 +08:00
parent ff6295e1fc
commit bb3baeb6ac

View File

@@ -28,6 +28,7 @@ model Tenant {
invoices Invoice[] invoices Invoice[]
payments Payment[] payments Payment[]
tickets Ticket[] tickets Ticket[]
comments TicketComment[]
notifications Notification[] notifications Notification[]
@@index([deletedAt]) @@index([deletedAt])