Skip to content
Snippets Groups Projects
Commit 08e83287 authored by Andreas Hubel's avatar Andreas Hubel
Browse files

add migration

parent 5c01e31f
Branches
Tags
No related merge requests found
# Generated by Django 5.1.3 on 2024-12-15 17:42
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("core", "0164_alter_translation_keys"),
]
operations = [
migrations.AlterModelOptions(
name="eventparticipant",
options={"ordering": ["order"]},
),
migrations.AddField(
model_name="eventparticipant",
name="order",
field=models.PositiveIntegerField(default=0),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment