Просмотр исходного кода

Fix migration dependencies for 3.7->4.1 path

Brian Tiemann 1 год назад
Родитель
Сommit
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 = [