Improve search quality, ORM efficiency, and filter consistency
This commit is contained in:
17
apps/players/migrations/0005_player_weight_index.py
Normal file
17
apps/players/migrations/0005_player_weight_index.py
Normal file
@ -0,0 +1,17 @@
|
||||
# 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"),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user