Remove transport vehicle number from bookings
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:
@@ -56,9 +56,6 @@ class Booking(
|
||||
@Column(name = "transport_mode")
|
||||
var transportMode: TransportMode? = null,
|
||||
|
||||
@Column(name = "transport_vehicle_number")
|
||||
var transportVehicleNumber: String? = null,
|
||||
|
||||
@Column(name = "adult_count")
|
||||
var adultCount: Int? = null,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user