mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 01:48:38 -06:00
Update migration
This commit is contained in:
parent
738ef63527
commit
68d0b58293
@ -24,6 +24,8 @@ def set_prefix(apps, schema_editor):
|
||||
addresses = IPAddress.objects.all()
|
||||
i = 0
|
||||
total = addresses.count()
|
||||
if total > 0:
|
||||
print('\r\n')
|
||||
draw_progress(i, total, 50)
|
||||
for ip in addresses:
|
||||
i += 1
|
||||
|
Loading…
Reference in New Issue
Block a user