filter mails by property contact alias
This commit is contained in:
@@ -49,6 +49,9 @@ class Booking(
|
||||
@Column(name = "expected_checkout_at", columnDefinition = "timestamptz")
|
||||
var expectedCheckoutAt: OffsetDateTime? = null,
|
||||
|
||||
@Column(name = "email_audit_pdf_url")
|
||||
var emailAuditPdfUrl: String? = null,
|
||||
|
||||
var notes: String? = null,
|
||||
|
||||
@ManyToOne(fetch = FetchType.LAZY)
|
||||
|
||||
Reference in New Issue
Block a user