18 lines
405 B
Python
18 lines
405 B
Python
# Generated by Django 5.2.12 on 2026-03-10 17:05
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("players", "0004_backfill_player_origins"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddIndex(
|
|
model_name="player",
|
|
index=models.Index(fields=["weight_kg"], name="players_pla_weight__fb76a4_idx"),
|
|
),
|
|
]
|