Regarding Database column

Miral2 years ago

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.

Anton Tananaev2 years ago

You can check the changes we did in the source code and do something similar based on the old version.

Miral2 years ago

Is there any other options to do so?
Otherwise we'll go with source code changes.