Regarding Database column

Miral 3 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 Tananaev 3 years ago

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

Miral 3 years ago

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