diff --git a/gestioncof/migrations/0024_merge_0021_delete_club_0023_cofprofile_is_chef.py b/gestioncof/migrations/0024_merge_0021_delete_club_0023_cofprofile_is_chef.py new file mode 100644 index 00000000..d7a5e4cf --- /dev/null +++ b/gestioncof/migrations/0024_merge_0021_delete_club_0023_cofprofile_is_chef.py @@ -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 = []