瀏覽代碼

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):
 
     dependencies = [
-        ('tenancy', '0017_natural_ordering'),
+        ('tenancy', '0018_contact_groups'),
     ]
 
     operations = [