change type of value of study.eligibility.condition.body.site to INTEGER

This commit is contained in:
clementthomas
2024-09-18 12:40:22 +02:00
parent aaacc8dba3
commit 1821f53ccc

View File

@@ -9,5 +9,5 @@ class StudyEligibilityConditionBodySite(models.Model):
name = fields.Char("Name")
sequence = fields.Integer("Sequence")
value = fields.Char("Value")
value = fields.Integer("Value")