Skip to content

Commit 06c1586

Browse files
committed
Add migrations
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 1177d57 commit 06c1586

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

vulnerabilities/migrations/0085_alter_package_is_ghost_alter_package_version_rank_and_more.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 4.2.16 on 2024-12-17 09:51
1+
# Generated by Django 4.2.16 on 2024-12-18 10:09
22

33
import aboutcode.hashid
44
from django.db import migrations, models
@@ -74,4 +74,10 @@ class Migration(migrations.Migration):
7474
name="vulnerabili_type_8e6aff_idx",
7575
),
7676
),
77+
migrations.AddIndex(
78+
model_name="package",
79+
index=models.Index(
80+
fields=["type", "namespace", "name", "version"], name="vulnerabili_type_f6687a_idx"
81+
),
82+
),
7783
]

0 commit comments

Comments
 (0)