Skip to content

Commit 3968ab7

Browse files
committed
Fix migration order
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 41f1e41 commit 3968ab7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

vulnerabilities/migrations/0136_alter_pipelineschedule_run_interval.py renamed to vulnerabilities/migrations/0137_alter_pipelineschedule_run_interval.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
# Generated by Django 5.2.11 on 2026-06-15 11:50
1+
# Generated by Django 5.2.11 on 2026-06-16 12:00
22

33
import django.core.validators
44
from django.db import migrations, models
55
from django.db.models import F
66

7+
78
class Migration(migrations.Migration):
89

910
dependencies = [
10-
("vulnerabilities", "0135_advisoryexploit_record_id_and_more"),
11+
("vulnerabilities", "0136_advisorysetmember_unique_advisory_per_set"),
1112
]
1213

1314
def convert_hours_to_minutes(apps, schema_editor):

0 commit comments

Comments
 (0)