mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
Update migration
This commit is contained in:
parent
08d56cd19f
commit
a1f0c3a37d
@ -7,7 +7,7 @@ from django.db import migrations, models
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('core', '0014_remove_redundant_indexes'),
|
('core', '0014_remove_redundant_indexes'),
|
||||||
('extras', '0125_exporttemplate_file_name'),
|
('extras', '0126_configtemplate_as_attachment_and_more'),
|
||||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user