mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-25 12:59:59 -06:00
Closes #5400: Store custom field defaults as JSON values
This commit is contained in:
@@ -10,7 +10,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('tenancy', '0010_custom_field_data'),
|
||||
('extras', '0052_delete_customfieldchoice_customfieldvalue'),
|
||||
('extras', '0052_customfield_cleanup'),
|
||||
('ipam', '0040_service_drop_port'),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user