aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ctrack/caf/models.py')
-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 e00a8d0..b7314f9 100644
--- a/ctrack/caf/models.py
+++ b/ctrack/caf/models.py
@@ -85,6 +85,12 @@ class ApplicableSystem(models.Model):
verbose_name="DfT Categorisation",
help_text="Refer to documentation for description of these criteria",
)
+ oes_categorisation = models.CharField(
+ max_length=255,
+ default="NA",
+ verbose_name="OES Categorisation",
+ help_text="Categorisation based on OES' own internal prioritisation process.",
+ )
class Meta:
verbose_name = "NIS System"