소스 검색

Fix migration conflict in tenancy (#18957)

bctiemann 11 달 전
부모
커밋
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):
 class Migration(migrations.Migration):
 
 
     dependencies = [
     dependencies = [
-        ('tenancy', '0017_natural_ordering'),
+        ('tenancy', '0018_contact_groups'),
     ]
     ]
 
 
     operations = [
     operations = [