Commit e073536a authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

DDL

parent b0999cec
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -316,5 +316,3 @@ FROM
  LEFT JOIN fonction_referentiel         fr ON fr.id    = t.fonction_referentiel_id
  LEFT JOIN type_validation              tv ON tvh.code = 'REALISE' AND tv.code = 'CLOTURE_REALISE'
  LEFT JOIN validation                    v ON v.intervenant_id = i.id AND v.type_validation_id = tv.id AND v.histo_destruction IS NULL
 No newline at end of file

+1 −3
Original line number Diff line number Diff line
@@ -537,5 +537,3 @@ SELECT rownum id,
       icon
FROM historique
ORDER BY intervenant_id, ordre ASC, histo_date ASC
 No newline at end of file