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