Fix: Old data store
This commit is contained in:
parent
325d47c882
commit
118ec8277b
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user