Skip to content
Snippets Groups Projects
Commit 31b5483e authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #0 add column for 151

parent 450814ad
No related branches found
No related tags found
No related merge requests found
...@@ -771,7 +771,7 @@ SELECT contact_id,'1','','','','','','',address_num,address_street,address_compl ...@@ -771,7 +771,7 @@ SELECT contact_id,'1','','','','','','',address_num,address_street,address_compl
INSERT INTO contact_purposes (id,label) VALUES ('1','Adresse Principale'); INSERT INTO contact_purposes (id,label) VALUES ('1','Adresse Principale');
INSERT INTO contact_types (id,label) VALUES ('1','Courriers'); INSERT INTO contact_types (id,label) VALUES ('1','Courriers', 'Y', 'both');
UPDATE mlb_coll_ext m SET address_id = adr.id FROM contact_addresses adr WHERE m.exp_contact_id = adr.contact_id OR m.dest_contact_id = adr.contact_id; UPDATE mlb_coll_ext m SET address_id = adr.id FROM contact_addresses adr WHERE m.exp_contact_id = adr.contact_id OR m.dest_contact_id = adr.contact_id;
......
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