Split room image ordering for room and room type
All checks were successful
build-and-deploy / build-deploy (push) Successful in 32s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 32s
This commit is contained in:
@@ -45,10 +45,10 @@ class RoomImage(
|
||||
var tags: MutableSet<String> = mutableSetOf(),
|
||||
|
||||
@Column(name = "sort_order")
|
||||
var sortOrder: Int? = null,
|
||||
var roomSortOrder: Int? = null,
|
||||
|
||||
@Column
|
||||
var category: String? = null,
|
||||
@Column(name = "room_type_sort_order")
|
||||
var roomTypeSortOrder: Int? = null,
|
||||
|
||||
@Column(name = "created_at", nullable = false, columnDefinition = "timestamptz")
|
||||
val createdAt: OffsetDateTime = OffsetDateTime.now()
|
||||
|
||||
Reference in New Issue
Block a user