Added graph and table to document
This commit is contained in:
@@ -164,6 +164,7 @@ class DocumentRiskControl(models.Model):
|
||||
risk = models.ForeignKey(Risk, on_delete=models.CASCADE)
|
||||
control = models.ForeignKey(Control, on_delete=models.CASCADE)
|
||||
weight = models.IntegerField()
|
||||
likelihood = models.IntegerField(null=True, blank=True)
|
||||
|
||||
class Meta:
|
||||
unique_together = ('document', 'risk', 'control')
|
||||
Reference in New Issue
Block a user