Im getting a error whenever I hit the `/bookings` ...
# api
v
Im getting a error whenever I hit the
/bookings
endpoint. Seems like its for all requests simply doing a
GET
request is also failing. Any ideas? I think I broke something and now my bookings are in a borked state
Copy code
{
  "message": "Something went wrong",
  "error": {
    "code": "P2022",
    "clientVersion": "3.14.0",
    "meta": {
      "column": "Booking.confirmed"
    }
  }
}