Skip to content

Commit a28b6ff

Browse files
authored
fix: added 100000-150000 option (#148)
1 parent 3e4ef0b commit a28b6ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

populate-scripts/update/90-demographic-and-socioeconomic-questionnaire.sql

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,13 @@ UPDATE tasks SET
508508
},
509509
"value": "$50,000 or more, but less than $100,000"
510510
},
511+
{
512+
"label": {
513+
"en": "$100,000 or more, but less than $150,000",
514+
"fr": "100 000$ ou plus, mais moins de 150 000$"
515+
},
516+
"value": "$100,000 or more, but less than $150,000"
517+
},
511518
{
512519
"label": {
513520
"en": "$150,000 or more",

0 commit comments

Comments
 (0)