aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf/models.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ctrack/caf/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctrack/caf/models.py b/ctrack/caf/models.py
index 6350871..aa70d98 100644
--- a/ctrack/caf/models.py
+++ b/ctrack/caf/models.py
@@ -47,6 +47,7 @@ class DocumentFile(models.Model):
class CAF(models.Model):
owner = models.ForeignKey(Organisation, on_delete=models.CASCADE)
+ # TODO: essential systems need to be tracked as entities
essential_system = models.CharField(max_length=255, blank=True)
triage_ranking = models.ForeignKey(Ranking, on_delete=models.CASCADE)
file = models.ForeignKey(DocumentFile, on_delete=models.CASCADE, blank=True)