chore(migrations): merge after rebase

This commit is contained in:
catvayor 2025-04-30 16:54:16 +02:00
parent a74c358b6f
commit eab095aa2f
Signed by: lbailly
GPG key ID: CE3E645251AC63F3

View file

@ -0,0 +1,13 @@
# Generated by Django 4.2.16 on 2025-04-30 14:53
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("gestioncof", "0021_delete_club"),
("gestioncof", "0023_cofprofile_is_chef"),
]
operations = []