Ajout fichier manquant /o\

This commit is contained in:
Jean-Marie Favreau 2025-04-11 22:18:57 +02:00
parent c180e3c623
commit f09f937ca0

View File

@ -0,0 +1,19 @@
# Generated by Django 4.2.19 on 2025-04-06 13:36
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("agenda_culturel", "0165_specialperiod"),
]
operations = [
migrations.AddIndex(
model_name="specialperiod",
index=models.Index(
fields=["start_date", "end_date"], name="agenda_cult_start_d_40e6a4_idx"
),
),
]