chore: merge migrations

This commit is contained in:
Alice 2024-12-11 21:32:52 +01:00
parent 2126224e15
commit d8701db86a

View file

@ -0,0 +1,14 @@
# Generated by Django 3.2.25 on 2024-10-17 20:44
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('gestioncof', '0019_auto_20220630_1241'),
('gestioncof', '0019_cofprofile_date_adhesion'),
]
operations = [
]