Commit 58402f26 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction script de mise à jour de la bdd data/SQL/1.2.0/30_optimis-wf.sql

parent ffdfe77e
Loading
Loading
Loading
Loading
+0 −23
Original line number Diff line number Diff line
@@ -622,26 +622,3 @@ AS

END APP_WORKFLOW;
/




/*
select *
from V_WORKFLOW v2_
INNER JOIN THESE t1_ ON v2_.THESE_ID = t1_.ID
INNER JOIN WF_ETAPE w0_ ON v2_.ETAPE_ID = w0_.ID
where THESE_ID = 38307
order by THESE_ID, v2_.ORDRE
/


select *
from V_WORKFLOW v
JOIN THESE t ON v.THESE_ID = t.ID
join WF_ETAPE e on v.ETAPE_ID = e.id
where e.CODE = 'DEPOT_VERSION_ORIGINALE'
  and courante = 1
order by THESE_ID, v.ORDRE
/
*/
 No newline at end of file