Skip to content

Commit

Permalink
fix: migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Jul 7, 2024
1 parent 24659da commit db901fe
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
14 changes: 14 additions & 0 deletions backend/core/migrations/0017_merge_20240707_1307.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 5.0.4 on 2024-07-07 13:07

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('core', '0016_requirementassessment_mapping_inference_and_more'),
('core', '0016_riskscenario_owner'),
]

operations = [
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 5.0.4 on 2024-07-07 13:07

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('core', '0017_merge_20240707_1307'),
]

operations = [
migrations.RemoveField(
model_name='requirementmappingset',
name='version',
),
]

0 comments on commit db901fe

Please sign in to comment.