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 Sep 13, 2024
1 parent 0160dfd commit 44f5237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 5.1.1 on 2024-09-13 15:42
# Generated by Django 5.1 on 2024-09-13 16:25

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('core', '0025_complianceassessment_folder_riskassessment_folder_and_more'),
('core', '0026_appliedcontrol_cost'),
]

operations = [
Expand Down
4 changes: 2 additions & 2 deletions backend/tprm/migrations/0001_initial.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 5.1.1 on 2024-09-13 15:42
# Generated by Django 5.1 on 2024-09-13 16:25

import django.db.models.deletion
import iam.models
Expand All @@ -12,7 +12,7 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
('core', '0026_requirementassessment_answer_and_more'),
('core', '0027_requirementassessment_answer_and_more'),
('iam', '0007_alter_folder_content_type'),
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
]
Expand Down

0 comments on commit 44f5237

Please sign in to comment.