Skip to content
Snippets Groups Projects
Commit 275cf0fb authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FEAT #13271 TIME 1:00 fix migration

parent 9393bc64
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment