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[]
payments Payment[]
tickets Ticket[]
comments TicketComment[]
notifications Notification[]
@@index([deletedAt])