Unknown column geofenceIds

alejovesga2 years ago

Hi everyone, yesterday I made an update in the backend of the application, when I changed the .jar in the directory of my server, the vehicles stopped appearing in the application and in the server logs I get a message that says that the column "geofenceids" does not exist in the database and therefore the position of the devices is not saved, I made a query to the table tc_devices and the column exists, how could I fix it?

Anton Tananaev2 years ago

The column was removed recently.

alejovesga2 years ago

Would I have to recreate it?

Anton Tananaev2 years ago

No. Why?

alejovesga2 years ago

it doesn't save the position of the vehicles without it, I will update the code to the main one and try it.

Anton Tananaev2 years ago

You should probably stick to the official release.

alejovesga2 years ago

I hadn't noticed that there is a new version and just yesterday I made a change in the backend. Thanks Anton.