Преглед на файлове

Rebase schema migrations

Jeremy Stretch преди 6 години
родител
ревизия
8ca182571c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      netbox/extras/migrations/0028_remove_topology_maps.py

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

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