Unknown column geofenceIds

alejovesgaa year 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 Tananaeva year ago

The column was removed recently.

alejovesgaa year ago

Would I have to recreate it?

Anton Tananaeva year ago

No. Why?

alejovesgaa year 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 Tananaeva year ago

You should probably stick to the official release.

alejovesgaa year ago

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