Skip to content

Commit e978dbd

Browse files
committed
Remove the ScannerResult.model_version field (#24564)
1 parent 44f6878 commit e978dbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/olympia/scanners/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ class ScannerResult(AbstractScannerResult):
359359
matched_rules = models.ManyToManyField(
360360
'ScannerRule', through='ScannerMatch', related_name='results'
361361
)
362-
model_version = models.CharField(max_length=30, null=True)
363362
has_matches = models.BooleanField(null=True)
364363

365364
class Meta(AbstractScannerResult.Meta):

0 commit comments

Comments
 (0)