diff --git a/core/src/main/resources/db/migration/V390__harmonize_table_attribute_name.sql b/core/src/main/resources/db/migration/V390__harmonize_table_attribute_name.sql
index b17571b149..7911d7496f 100644
--- a/core/src/main/resources/db/migration/V390__harmonize_table_attribute_name.sql
+++ b/core/src/main/resources/db/migration/V390__harmonize_table_attribute_name.sql
@@ -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