Nerexis 19 Report post Posted April 27, 2017 I have problem - the old vehicles aren't deleted after X days of not being used, because the 'last_updated_at' field in database is refreshed every day. I think it's caused by infiSTAR script which is causing all vehicles to be updated on server shutdown, and in database there is constraint set on `vehicle` table, to update `last_updated_at` field on every UPDATE operation. The function named "_fnc_shutdown_server" is calling this code: { _x call ExileServer_object_vehicle_database_update; } forEach vehicles; Share this post Link to post Share on other sites
infiSTAR 1293 Report post Posted May 8, 2017 We have closed this thread and marked it as solved. Share this post Link to post Share on other sites