Skip to content

Commit 41484a5

Browse files
committed
refactor: squash migrations
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 7f30e3a commit 41484a5

2 files changed

Lines changed: 11 additions & 24 deletions

File tree

vulnerabilities/migrations/0120_impactedpackage_last_range_unfurl_at_and_more.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 5.2.11 on 2026-04-08 09:28
1+
# Generated by Django 5.2.11 on 2026-04-08 10:48
22

33
from django.db import migrations, models
44

@@ -20,6 +20,16 @@ class Migration(migrations.Migration):
2020
null=True,
2121
),
2222
),
23+
migrations.AddField(
24+
model_name="impactedpackage",
25+
name="last_successful_range_unfurl_at",
26+
field=models.DateTimeField(
27+
blank=True,
28+
db_index=True,
29+
help_text="Timestamp of the last successful vers range unfurl.",
30+
null=True,
31+
),
32+
),
2333
migrations.AddField(
2434
model_name="pipelineschedule",
2535
name="run_priority",

vulnerabilities/migrations/0121_impactedpackage_last_successful_range_unfurl_at.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)