Add motivation field to organized carpool bookings
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 1m58s
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 1m58s
This commit is contained in:
@@ -11,4 +11,5 @@ type Booking struct {
|
||||
|
||||
DriverRoute *geojson.FeatureCollection `bson:"driver_route,omitempty"`
|
||||
PassengerRoute *geojson.FeatureCollection `bson:"passenger_route,omitempty"`
|
||||
Motivation *string `bson:"motivation,omitempty" json:"motivation,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user