Skip to content
Snippets Groups Projects
Commit f964d2c6 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #2386 add data migration in 150

parent a7c924c3
No related branches found
No related tags found
No related merge requests found
......@@ -752,3 +752,9 @@ UPDATE mlb_coll_ext m SET address_id = adr.id FROM contact_addresses adr WHERE m
-- attachments
UPDATE res_attachments SET relation = 1, attachment_type='response_project';
-- templates
UPDATE templates SET template_target = 'attachments', template_attachment_type = 'response_project';
UPDATE templates SET template_target = 'notifications', template_attachment_type = NULL WHERE lower(template_label) LIKE '%notification%';
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