Update exile.ini
Fixes disappearing vehicle from VG
This commit is contained in:
parent
d64df128ec
commit
1529d3af4d
@ -641,7 +641,7 @@ SQL1_INPUTS = 1
|
||||
|
||||
; Marks for deletion vehicles that were not used within ? days
|
||||
[markDeleteOldVehicles]
|
||||
SQL1_1 = UPDATE vehicle SET deleted_at = NOW() WHERE last_updated_at < DATE_SUB(NOW(), INTERVAL ? DAY) AND deleted_at IS NULL
|
||||
SQL1_1 = UPDATE vehicle SET deleted_at = NOW() WHERE last_updated_at < DATE_SUB(NOW(), INTERVAL ? DAY) AND deleted_at IS NULL AND territory_id IS NULL
|
||||
|
||||
SQL1_INPUTS = 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user