Skip to content

Commit

Permalink
fix: merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Dec 12, 2024
1 parent 73965c6 commit 0bfae3e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions backend/ebios_rm/migrations/0004_merge_20241212_1835.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 5.1.4 on 2024-12-12 18:35

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('ebios_rm', '0003_remove_ebiosrmstudy_risk_assessments'),
('ebios_rm', '0003_remove_roto_pertinence_alter_roto_feared_events'),
]

operations = [
]

0 comments on commit 0bfae3e

Please sign in to comment.