Skip to content

Commit

Permalink
fix db migration according to latest dev
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer committed Feb 21, 2024
1 parent 9006b58 commit 8bb4894
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def migrate_veracode_parsers(apps, schema_editor):
class Migration(migrations.Migration):

dependencies = [
('dojo', '0199_whitesource_to_mend'),
('dojo', '0203_alter_finding_options_finding_epss_percentile_and_more'),
]

operations = [
Expand Down

0 comments on commit 8bb4894

Please sign in to comment.