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

Fix: Enhance the repair script

parent c77d4a4e
No related branches found
No related tags found
No related merge requests found
......@@ -12,5 +12,7 @@ delete from llx_facture where facnumber = '(PROV)';
delete from llx_commande where ref = '(PROV)';
delete from llx_propal where ref = '(PROV)';
delete from llx_facture where facnumber = '';
-- V4.1 delete from llx_commandedet where fk_commande in (select rowid from llx_commande where ref = '');
delete from llx_commande where ref = '';
-- V4.1 delete from llx_propaldet where fk_propal in (select rowid from llx_propal where ref = '');
delete from llx_propal where ref = '';
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