Browse Source

Rebase schema migrations

Jeremy Stretch 6 năm trước cách đây
mục cha
commit
8ca182571c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = [