task/3382: Update table answer with enum value NOT_APPLICABLE as well

This commit is contained in:
Tom Zhao 2024-11-11 10:20:16 +01:00
parent 75cc952d48
commit 004b68b98d

@ -1365,6 +1365,7 @@ alter table `checklist_answer`
-- update to NOT_APPLICABLE because of typo in code
update `checklist_answer` set answer = 'NOT_APPLICABLE' where answer = 'NOT_APLICABLE';
update `answer` set answer = 'NOT_APPLICABLE' where answer = 'NOT_APLICABLE';
-- table: checklist_question