fix: add missing TicketComment reverse relation on Tenant model
This commit is contained in:
@@ -28,6 +28,7 @@ model Tenant {
|
||||
invoices Invoice[]
|
||||
payments Payment[]
|
||||
tickets Ticket[]
|
||||
comments TicketComment[]
|
||||
notifications Notification[]
|
||||
|
||||
@@index([deletedAt])
|
||||
|
||||
Reference in New Issue
Block a user