aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf/models.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ctrack/caf/models.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ctrack/caf/models.py b/ctrack/caf/models.py
index b7314f9..27220bc 100644
--- a/ctrack/caf/models.py
+++ b/ctrack/caf/models.py
@@ -78,6 +78,12 @@ class ApplicableSystem(models.Model):
null=True,
related_name="applicable_systems",
)
+ essential_service = models.CharField(
+ max_length=255,
+ default="NA",
+ verbose_name="Essential Service",
+ help_text="Description of the essential service which the system suppports.",
+ )
dft_categorisation = models.CharField(
max_length=2,
choices=SYSTEM_CATEGORISATION,