You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MeetingOrganizer/main/migrations/0021_rename_nummer_group_na...

19 lines
357 B

# Generated by Django 5.0.4 on 2024-04-09 13:16
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('main', '0020_alter_group_nummer'),
]
operations = [
migrations.RenameField(
model_name='group',
old_name='nummer',
new_name='Name',
),
]

Powered by TurnKey Linux.