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

Fix migration conflict in tenancy (#18957)

bctiemann преди 1 година
родител
ревизия
958dcca8d6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      netbox/tenancy/migrations/0019_contactgroup_comments_tenantgroup_comments.py

+ 1 - 1
netbox/tenancy/migrations/0018_contactgroup_comments_tenantgroup_comments.py → netbox/tenancy/migrations/0019_contactgroup_comments_tenantgroup_comments.py

@@ -4,7 +4,7 @@ from django.db import migrations, models
 class Migration(migrations.Migration):
 
     dependencies = [
-        ('tenancy', '0017_natural_ordering'),
+        ('tenancy', '0018_contact_groups'),
     ]
 
     operations = [