schon/payments/migrations/0006_transaction_payments_tr_created_95e595_idx.py
Egor fureunoir Gorbunov ae1d16edda Features: Move from poetry to uv.
Fixes: Removed naive datetime warning

Extra: Correct import in elasticsearch submodule.
2025-10-25 02:18:41 +03:00

17 lines
469 B
Python

# Generated by Django 5.2.7 on 2025-10-24 23:17
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("core", "0049_alter_attribute_unique_together"),
("payments", "0005_gateway_transaction_gateway"),
]
operations = [
migrations.AddIndex(
model_name="transaction",
index=models.Index(fields=["created"], name="payments_tr_created_95e595_idx"),
),
]