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?
The column was removed recently.
Would I have to recreate it?
it doesn't save the position of the vehicles without it, I will update the code to the main one and try it.
You should probably stick to the official release.
I hadn't noticed that there is a new version and just yesterday I made a change in the backend. Thanks Anton.
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?