Просмотр исходного кода

Renumber remove_topology_maps migration

Jeremy Stretch 6 лет назад
Родитель
Сommit
480db83f39
1 измененных файлов с 1 добавлено и 1 удалено
  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 = [