Skip to content

Commit

Permalink
chore: Make migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Dec 11, 2024
1 parent be2f9ee commit 73b0016
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 5.1.1 on 2024-12-09 15:43
# Generated by Django 5.1.4 on 2024-12-11 11:07

import django.db.models.deletion
from django.db import migrations, models
Expand All @@ -7,8 +7,8 @@
class Migration(migrations.Migration):

dependencies = [
('core', '0044_qualification'),
('ebios_rm', '0002_remove_ebiosrmstudy_risk_assessments'),
('core', '0045_alter_appliedcontrol_category_and_more'),
('ebios_rm', '0003_remove_ebiosrmstudy_risk_assessments'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 5.1.1 on 2024-12-09 15:43
# Generated by Django 5.1.4 on 2024-12-11 11:07

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('ebios_rm', '0001_initial'),
('ebios_rm', '0002_alter_roto_target_objective'),
]

operations = [
Expand Down

0 comments on commit 73b0016

Please sign in to comment.