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/0018_comment_username.py

19 lines
441 B
Python

# Generated by Django 4.1.4 on 2022-12-13 04:13
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('mensa', '0017_alter_meal_price_employee_alter_meal_price_guest_and_more'),
]
operations = [
migrations.AddField(
model_name='comment',
name='username',
field=models.CharField(default='anon', max_length=100),
),
]