Skip to content

Commit d461e5d

Browse files
rebase migrations (#12726)
* rebase migrations * rebase migrations
1 parent d17c6db commit d461e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/db_migrations/0232_remove_test_actual_time_remove_test_estimated_time.py renamed to dojo/db_migrations/0233_remove_test_actual_time_remove_test_estimated_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
('dojo', '0231_alter_finding_cvssv3_alter_finding_template_cvssv3'),
9+
('dojo', '0232_alter_jira_instance_accepted_mapping_resolution_and_more'),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)