Skip to content

Commit 9f542c1

Browse files
committed
Address review comments
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent a001a87 commit 9f542c1

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/migrations/0037_auto_20230120_1204.py renamed to vulnerabilities/migrations/0037_remove_corrupted_advisories_with_incorrect_refs_and_severity.py

File renamed without changes.

vulnerabilities/tests/test_data_migrations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ def test_merge_rows(self):
538538
class RemoveCorrupteAdvisories(TestMigrations):
539539
app_name = "vulnerabilities"
540540
migrate_from = "0036_alter_package_package_url_and_more"
541-
migrate_to = "0037_auto_20230120_1204"
541+
migrate_to = "0037_remove_corrupted_advisories_with_incorrect_refs_and_severity"
542542

543543
def setUpBeforeMigration(self, apps):
544544
# using get_model to avoid circular import

0 commit comments

Comments
 (0)