Remove auto-generated file

This commit is contained in:
Tristan Le 2025-04-18 16:35:53 +00:00
parent bd57809f13
commit 25eef24ce2
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
# Generated by Django 4.2.20 on 2025-04-03 01:17
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("report", "0029_remove_reportoutput_template_and_more"),
]
operations = [
migrations.AddField(
model_name="reporttemplate",
name="merge",
field=models.BooleanField(
default=False,
help_text="Render a single report against selected items",
verbose_name="Merge",
),
),
]