Преглед изворни кода

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 = [