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
446 B
Python
19 lines
446 B
Python
# Generated by Django 4.1.4 on 2023-01-04 22:25
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('mensaviewer', '0012_location_remove_day_menus_remove_menu_dislikes_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='menu',
|
|
name='price',
|
|
field=models.CharField(blank=True, max_length=144, null=True),
|
|
),
|
|
]
|