17 lines
369 B
Python
17 lines
369 B
Python
|
# Generated by Django 5.2.3 on 2025-06-15 14:19
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
dependencies = [
|
||
|
("game", "0022_musicgameorder_value"),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name="musicvideo",
|
||
|
options={"ordering": ["blacklisted", "-date_added"]},
|
||
|
),
|
||
|
]
|