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.../mensaviewer/migrations/0009_rename_type_menu_art.py

19 lines
366 B
Python

# Generated by Django 4.1.4 on 2023-01-03 02:20
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('mensaviewer', '0008_rename_tag_type_and_more'),
]
operations = [
migrations.RenameField(
model_name='menu',
old_name='type',
new_name='art',
),
]