Update migration

This commit is contained in:
Jeremy Stretch 2025-04-08 15:21:54 -04:00
parent 08d56cd19f
commit a1f0c3a37d

View File

@ -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),
] ]