From 5e72c49eaac9d59fc6da926df4172cc17304896a Mon Sep 17 00:00:00 2001 From: catvayor Date: Wed, 30 Apr 2025 16:54:16 +0200 Subject: [PATCH] chore(migrations): merge after rebase --- ...erge_0021_delete_club_0023_cofprofile_is_chef.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gestioncof/migrations/0024_merge_0021_delete_club_0023_cofprofile_is_chef.py 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 = []