Skip to content

Commit

Permalink
Merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienheureux committed Jan 14, 2025
1 parent ccdd6f0 commit e8e4277
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions qfdmd/migrations/0031_merge_20250114_1728.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Generated by Django 5.1.4 on 2025-01-14 17:28

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
(
"qfdmd",
"0029_alter_produit_filieres_rep_and_more_squashed_0030_alter_produitlien_poids",
),
("qfdmd", "0029_cmspage"),
]

operations = []

0 comments on commit e8e4277

Please sign in to comment.