Skip to content

Commit

Permalink
chore: Merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Feb 29, 2024
1 parent 7682850 commit f98785e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions backend/core/migrations/0005_merge_20240229_1444.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 5.0.2 on 2024-02-29 14:44

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('core', '0003_alter_riskscenario_strength_of_knowledge'),
('core', '0004_alter_asset_is_published_and_more'),
]

operations = [
]

0 comments on commit f98785e

Please sign in to comment.