Skip to content
Snippets Groups Projects
Commit cb4e0233 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix orphelins

parent 24cad7cf
No related branches found
No related tags found
No related merge requests found
......@@ -143,6 +143,10 @@ delete from llx_element_element where sourcetype='facture' and fk_source not in
delete from llx_element_element where sourcetype='commande' and fk_source not in (select rowid from llx_commande);
-- Fix: delete orphelin actioncomm_resources
delete from llx_actioncomm_resources where fk_actioncomm not in (select id from llx_actioncomm);
UPDATE llx_product SET canvas = NULL where canvas = 'default@product';
UPDATE llx_product SET canvas = NULL where canvas = 'service@product';
......
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