azube/core/migrations/0008_berichtsheft_needs_rewrite.py
Angelo Rodriguez d2e6b65a12 work
2024-12-03 15:15:45 +01:00

18 lines
388 B
Python
Executable file

# Generated by Django 4.2.16 on 2024-12-03 12:44
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("core", "0007_approval"),
]
operations = [
migrations.AddField(
model_name="berichtsheft",
name="needs_rewrite",
field=models.BooleanField(default=False),
),
]