15 lines
323 B
Python
15 lines
323 B
Python
# Generated by Django 5.2.14 on 2026-06-12 09:13
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('mensa_app', '0005_alter_bestellung_id_alter_gericht_id_and_more'),
|
|
('mensa_app', '0009_alter_gericht_time_creation_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
]
|