Nerexis

[SOLVED] infiSTAR causing old vehicles to not be deleted?

3 posts in this topic

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
Advertisement
Guest
This topic is now closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.