diff --git a/kitchen_counter/scriptAudit/models.py b/kitchen_counter/scriptAudit/models.py index 548ddae..b7055c1 100755 --- a/kitchen_counter/scriptAudit/models.py +++ b/kitchen_counter/scriptAudit/models.py @@ -60,4 +60,4 @@ class ScriptAuditModel(models.Model): dialogue_language = models.CharField(max_length=50, blank=False, null=True) transaction_hash = models.CharField(max_length=200, blank=False, null=True) bchain_privatekey = models.CharField(max_length=200, blank=False, null=True) - only_audit = models.BooleanField(null=True, blank=True) + #only_audit = models.BooleanField(null=True, blank=True)