From 92f2c0fdbc0985b1113dd9441c64e675ad81ac75 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 1 Dec 2020 23:57:28 +0000 Subject: [PATCH] accidental delete --- anatomy/models.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anatomy/models.py b/anatomy/models.py index 5eadacb8..d204a133 100644 --- a/anatomy/models.py +++ b/anatomy/models.py @@ -209,6 +209,9 @@ class Exam(models.Model): active = models.BooleanField(help_text="If an exam should be available", default=True) + recreate_json = models.BooleanField(help_text="If the json cache needs updating", + default=False) + def __str__(self): return self.name