Skip to content

Commit e0f5c19

Browse files
committed
Resolve migration conflicts
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent fe1138b commit e0f5c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulnerabilities/migrations/0093_alter_pipelineschedule_run_interval.py renamed to vulnerabilities/migrations/0096_alter_pipelineschedule_run_interval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def reverse_update_old_interval(apps, schema_editor):
3737
pipeline.save()
3838

3939
dependencies = [
40-
("vulnerabilities", "0092_pipelineschedule_pipelinerun"),
40+
("vulnerabilities", "0095_alter_apiuser_options"),
4141
]
4242

4343
operations = [

0 commit comments

Comments
 (0)