diff --git a/migration/20.10/2010.sql b/migration/20.10/2010.sql
index 8fd75347c8d1547c214cce079a34285517462817..f4a33d03b866e54871fc9489a56af048a771d5a0 100755
--- a/migration/20.10/2010.sql
+++ b/migration/20.10/2010.sql
@@ -287,9 +287,9 @@ ALTER TABLE entities DROP COLUMN IF EXISTS producer_service;
 ALTER TABLE entities ADD COLUMN producer_service character varying(255);
 UPDATE entities SET producer_service = entity_id;
 
-UPDATE component = 'sendToRecordManagementAction' where action_page = 'export_seda';
-UPDATE component = 'checkAcknowledgmentRecordManagementAction' where action_page = 'check_acknowledgement';
-UPDATE component = 'checkReplyRecordManagementAction' where action_page = 'check_reply';
+UPDATE actions SET component = 'sendToRecordManagementAction' where action_page = 'export_seda';
+UPDATE actions SET component = 'checkAcknowledgmentRecordManagementAction' where action_page = 'check_acknowledgement';
+UPDATE actions SET component = 'checkReplyRecordManagementAction' where action_page = 'check_reply';
 
 /* RE CREATE VIEWS */
 CREATE OR REPLACE VIEW res_view_letterbox AS