mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
[FEAT] Update database migrations to be more generic and applicable
This commit is contained in:
@@ -10,6 +10,7 @@ from .utils.question_sets import port_question
|
||||
class GenderChoices(TextChoices):
|
||||
MALE = 'M', 'Male'
|
||||
FEMALE = 'F', 'Female'
|
||||
NON_BINARY = 'B', 'Non-binary'
|
||||
OTHER = 'O', 'Other'
|
||||
PREFER_NOT_TO_SAY = 'N', 'Prefer not to say'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user