summarylogtreecommitdiffstats
path: root/0068_merge_pacmanics_local_document_and_upstream_0067.py
blob: f922beca95f2904de881aea947b2e7c64828c66b (plain)
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 = [
    ]