Skip to content

Commit e596ba9

Browse files
committed
Fix migrations
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 8f35101 commit e596ba9

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

vulnerabilities/migrations/0090_alter_advisory_unique_together.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 4.2.16 on 2025-02-14 15:42
1+
# Generated by Django 4.2.16 on 2025-02-14 16:27
22

33
from django.db import migrations
44

@@ -12,6 +12,6 @@ class Migration(migrations.Migration):
1212
operations = [
1313
migrations.AlterUniqueTogether(
1414
name="advisory",
15-
unique_together={("aliases", "date_published", "url")},
15+
unique_together=set(),
1616
),
1717
]

vulnerabilities/migrations/0091_alter_advisory_unique_together.py

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

0 commit comments

Comments
 (0)