fix signin signout and apply the new style
This commit is contained in:
@@ -486,6 +486,9 @@ model Vehicle {
|
||||
mileage Int?
|
||||
notes String?
|
||||
isPublished Boolean @default(true)
|
||||
pickupLocations String[] @default([])
|
||||
allowDifferentDropoff Boolean @default(false)
|
||||
dropoffLocations String[] @default([])
|
||||
|
||||
reservations Reservation[]
|
||||
maintenance MaintenanceLog[]
|
||||
|
||||
Reference in New Issue
Block a user