Skip to content

Commit

Permalink
fix: add missing migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Jul 7, 2024
1 parent 78e25e5 commit 09dc878
Showing 1 changed file with 17 additions and 0 deletions.
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:00

from django.db import migrations


class Migration(migrations.Migration):

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

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

0 comments on commit 09dc878

Please sign in to comment.