Add room-stay void/checkout controls and audit logs
All checks were successful
build-and-deploy / build-deploy (push) Successful in 39s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 39s
This commit is contained in:
@@ -33,6 +33,9 @@ class RoomStay(
|
||||
@Column(name = "to_at", columnDefinition = "timestamptz")
|
||||
var toAt: OffsetDateTime? = null, // null = active
|
||||
|
||||
@Column(name = "is_voided", nullable = false)
|
||||
var isVoided: Boolean = false,
|
||||
|
||||
@Enumerated(EnumType.STRING)
|
||||
@Column(name = "rate_source")
|
||||
var rateSource: RateSource? = null,
|
||||
|
||||
Reference in New Issue
Block a user