1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# SPDX-FileCopyrightText: 2026 pacmanics # # SPDX-License-Identifier: 0BSD from django.db import migrations class Migration(migrations.Migration): dependencies = [ ('reporting', '0066_alter_reporttemplate_document'), ('reporting', '0067_alter_reporttemplate_evidence_image_width'), ] operations = [ ]