Ajout fichier manquant /o\
This commit is contained in:
parent
c180e3c623
commit
f09f937ca0
@ -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"
|
||||
),
|
||||
),
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user