Removed temporary address migration tool

This commit is contained in:
John Mullins
2024-02-16 18:16:06 +11:00
parent cd022fbf54
commit d5743035c1
-3
View File
@@ -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()