Skip to content

Commit

Permalink
add merge migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Perrine Letellier committed Jan 9, 2025
1 parent 7726506 commit 211b44c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/migrations/0113_merge_20250109_1112.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 5.1.4 on 2025-01-09 10:12

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('data', '0111_company_matched_alter_company_commercial_name_and_more'),
('data', '0112_blogpost_content_alter_blogpost_body'),
]

operations = [
]

0 comments on commit 211b44c

Please sign in to comment.