task/3382: Harmonisera tabellnamn #6

Merged
ansv7779 merged 104 commits from task/3382 into develop 2024-11-12 13:33:44 +01:00
Showing only changes of commit 004b68b98d - Show all commits

View File

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