Notfellchen/src/fellchensammlung/migrations/0002_rename_markdowncontent_text.py

18 lines
335 B
Python
Raw Normal View History

2024-04-14 11:37:59 +00:00
# Generated by Django 5.0.3 on 2024-04-14 11:29
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("fellchensammlung", "0001_initial"),
]
operations = [
migrations.RenameModel(
old_name="MarkdownContent",
new_name="Text",
),
]