beesgospel/beesgospel/migrations/0011_remove_agenda_prive.py
2025-11-28 20:30:09 +01:00

15 lines
276 B
Python

from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('beesgospel', '0010_agenda_statut'),
]
operations = [
migrations.RemoveField(
model_name='agenda',
name='prive',
),
]