So I want to ask that,
We are using old traccar which doesn't have expiration time column in tc_devices table and now we want to implement it in traccar's old version without upgradation. How can we do that? We are using postgresql databse.
You can check the changes we did in the source code and do something similar based on the old version.
Is there any other options to do so?
Otherwise we'll go with source code changes.
So I want to ask that,
We are using old traccar which doesn't have expiration time column in tc_devices table and now we want to implement it in traccar's old version without upgradation. How can we do that? We are using postgresql databse.