Explorar el Código

Renumber remove_topology_maps migration

Jeremy Stretch hace 6 años
padre
commit
480db83f39
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      netbox/extras/migrations/0026_remove_topology_maps.py

+ 1 - 1
netbox/extras/migrations/0024_remove_topology_maps.py → netbox/extras/migrations/0026_remove_topology_maps.py

@@ -6,7 +6,7 @@ from django.db import migrations
 class Migration(migrations.Migration):
 
     dependencies = [
-        ('extras', '0023_fix_tag_sequences'),
+        ('extras', '0025_objectchange_time_index'),
     ]
 
     operations = [