Clean data
This commit is contained in:
parent
2b225c76d7
commit
929787006e
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user