Fix: Old data store

This commit is contained in:
Laurent Destailleur 2012-10-14 13:27:18 +02:00
parent 325d47c882
commit 118ec8277b

View File

@ -47,6 +47,7 @@ delete from llx_product_extrafields where fk_object not in (select rowid from ll
UPDATE llx_product SET canvas = NULL where canvas = 'default@product';
UPDATE llx_product SET canvas = NULL where canvas = 'service@product';
DELETE FROM llx_boxes where box_id NOT IN (SELECT rowid FROM llx_boxes_def);