This repository has been archived on 2026-07-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
vergabe-teilnahme/vergabe_teilnahme/apps/ausschreibungen/migrations/0006_rechtsgrundlage_details.py
2026-05-14 02:57:27 +02:00

19 lines
410 B
Python

# Generated by Django 6.0.5 on 2026-05-13 22:57
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('ausschreibungen', '0005_bindefrist_tage'),
]
operations = [
migrations.AddField(
model_name='ausschreibung',
name='rechtsgrundlage_details',
field=models.TextField(blank=True),
),
]