Skip to content

Commit be5edc3

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vulnerabilities/migrations/0093_alter_apiuser_options.py renamed to vulnerabilities/migrations/0095_alter_apiuser_options.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Generated by Django 4.2.22 on 2025-06-25 18:56
1+
# Generated by Django 4.2.22 on 2025-07-01 11:59
22

33
from django.db import migrations
44

55

66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
("vulnerabilities", "0092_pipelineschedule_pipelinerun"),
9+
("vulnerabilities", "0094_advisoryalias_advisoryreference_advisoryseverity_and_more"),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)