소스 검색

Fix migration dependencies for 3.7->4.1 path

Brian Tiemann 1 년 전
부모
커밋
bf7b8b2458
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      netbox/users/migrations/0005_alter_user_table.py

+ 1 - 0
netbox/users/migrations/0005_alter_user_table.py

@@ -22,6 +22,7 @@ class Migration(migrations.Migration):
 
     dependencies = [
         ('users', '0002_squashed_0004'),
+        ('extras', '0113_customfield_rename_object_type'),
     ]
 
     operations = [