Removed temporary address migration tool
This commit is contained in:
@@ -9,6 +9,3 @@ def nightly_check_active_status():
|
||||
traveller._update_active_status()
|
||||
if start_date != traveller.travel_start_date or end_date != traveller.travel_end_date or is_active != traveller.is_active:
|
||||
traveller.save()
|
||||
|
||||
for traveller in Traveller.objects.all():
|
||||
traveller.save()
|
||||
|
||||
Reference in New Issue
Block a user