Remove amenity description field
All checks were successful
build-and-deploy / build-deploy (push) Successful in 27s

This commit is contained in:
androidlover5842
2026-01-27 04:37:19 +05:30
parent eb0b99f55a
commit 19153900fd
4 changed files with 5 additions and 14 deletions

View File

@@ -29,9 +29,6 @@ class RoomAmenity(
@Column(name = "icon_key")
var iconKey: String? = null,
@Column
var description: String? = null,
@Column(name = "created_at", nullable = false, columnDefinition = "timestamptz")
val createdAt: OffsetDateTime = OffsetDateTime.now()
)