17 lines
373 B
Python
17 lines
373 B
Python
|
# Generated by Django 5.2.3 on 2025-06-15 10:59
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
dependencies = [
|
||
|
("game", "0019_alter_musikgame_options_musikgame_over"),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name="musikgame",
|
||
|
options={"ordering": ["over", "-date"]},
|
||
|
),
|
||
|
]
|