Ajout de la migration manquante
This commit is contained in:
parent
be791d523f
commit
04cb096fa5
18
src/agenda_culturel/migrations/0034_recurrentimport_name.py
Normal file
18
src/agenda_culturel/migrations/0034_recurrentimport_name.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.7 on 2024-02-17 14:21
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('agenda_culturel', '0033_categorisationrule'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='recurrentimport',
|
||||
name='name',
|
||||
field=models.CharField(default='', help_text='Recurrent import name', max_length=512, verbose_name='Name'),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user