فهرست منبع

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 = [