Remove amenity description field
All checks were successful
build-and-deploy / build-deploy (push) Successful in 27s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 27s
This commit is contained in:
@@ -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()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user