We now store ObjectIDs alongside names when referring to other objects. Additionally, POST requests will respond with the ObjectID of the created object. It will likely be necessary to run docker volume rm leanto_db-data to clear the database, since we don't have any way of handling the old records.
We now store ObjectIDs alongside names when referring to other objects. Additionally, POST requests will respond with the ObjectID of the created object. It will likely be necessary to run
docker volume rm leanto_db-data
to clear the database, since we don't have any way of handling the old records.