Currently, we have no way of preventing or handling concurrency conflicts in the database. The easiest way to do this would be to use the value of the UpdatedAt field as a concurrency token. We would also have to add an API response (probably a 409) to any endpoints that involve updating data.