HA downgrade and DB integrity

I did something stupid yesterday. I wanted to upgrade to the latest 2024.1 release from the December release and accidentally loaded and started the 2023.1 docker image. Stupid me forgot to change the year in my docker compose config file.

I noticed my error today, changed the docker compose config to 2024.1, and everything seems to be working normally. I’m only missing some long term statistics, which is sad, but not a disaster.

Is there a way to check the integrity of the database somehow after the downgrade? I’m worried my database could be in an undefined or corrupt state now.