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

Correction repair.sql

parent f6445f9c
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ update llx_societe set barcode = null where (rowid, barcode) in (select max_rowi
drop table tmp_societe_double;
UPDATE llx_projet_task SET fk_task_parent = 0 WHERE fk_task_parent = rowid
UPDATE llx_projet_task SET fk_task_parent = 0 WHERE fk_task_parent = rowid;
UPDATE llx_actioncomm set fk_user_action = fk_user_done where fk_user_done > 0 and (fk_user_action is null or fk_user_action = 0);
......
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