Skip to content

Commit bf7b8b2

Browse files
bctiemannjeremystretch
authored andcommitted
Fix migration dependencies for 3.7->4.1 path
1 parent 89604ce commit bf7b8b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netbox/users/migrations/0005_alter_user_table.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class Migration(migrations.Migration):
2222

2323
dependencies = [
2424
('users', '0002_squashed_0004'),
25+
('extras', '0113_customfield_rename_object_type'),
2526
]
2627

2728
operations = [

0 commit comments

Comments
 (0)