Clean data

This commit is contained in:
Laurent Destailleur 2016-05-16 22:40:29 +02:00
parent 2b225c76d7
commit 929787006e

View File

@ -55,6 +55,7 @@ delete from llx_product_extrafields where fk_object not in (select rowid from ll
--delete from llx_societe_commerciaux where fk_soc not in (select rowid from llx_societe);
update llx_product_batch set batch = '' where batch = 'Non défini';
update llx_product_batch set batch = '' where batch = 'Non défini';
-- Fix: delete category child with no category parent.
drop table tmp_categorie;