You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hausarbeit-hikmat_galan_neu.../mensa/migrations/0015_remove_dailymenu_week_...

21 lines
396 B
Python

# Generated by Django 4.1.4 on 2022-12-13 02:17
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('mensa', '0014_week_dailymenu_week'),
]
operations = [
migrations.RemoveField(
model_name='dailymenu',
name='week',
),
migrations.DeleteModel(
name='Week',
),
]