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.
19 lines
407 B
Python
19 lines
407 B
Python
2 years ago
|
# Generated by Django 4.1.4 on 2022-12-13 02:48
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('mensa', '0015_remove_dailymenu_week_delete_week'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AddField(
|
||
|
model_name='meal',
|
||
|
name='art',
|
||
|
field=models.CharField(default=None, max_length=100),
|
||
|
),
|
||
|
]
|