Ajout d'un script de migration manquant
This commit is contained in:
parent
1f3760b33b
commit
a48bbdc14e
@ -0,0 +1,19 @@
|
||||
# Generated by Django 4.2.7 on 2023-12-30 12:32
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('agenda_culturel', '0020_trigram_extension'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='event',
|
||||
name='possibly_duplicated',
|
||||
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, to='agenda_culturel.duplicatedevents', verbose_name='Possibly duplicated'),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user