chore: merge migrations #842
1 changed files with 14 additions and 0 deletions
14
gestioncof/migrations/0020_merge_20241017_2244.py
Normal file
14
gestioncof/migrations/0020_merge_20241017_2244.py
Normal 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 = [
|
||||
]
|
Loading…
Reference in a new issue