Loading doc/service_correction_bdd.md +15 −14 Original line number Diff line number Diff line Loading @@ -25,10 +25,11 @@ SELECT /* Identifiants */ s.id service_id, vh.id volume_horaire_id, vh.auto_validation auto_validation, vvh.validation_id validation_id, vh.contrat_id contrat_id, /* Heures */ vh.heures vh.heures heures FROM volume_horaire vh JOIN service s ON s.id = vh.service_id AND s.histo_destruction IS NULL Loading Loading
doc/service_correction_bdd.md +15 −14 Original line number Diff line number Diff line Loading @@ -25,10 +25,11 @@ SELECT /* Identifiants */ s.id service_id, vh.id volume_horaire_id, vh.auto_validation auto_validation, vvh.validation_id validation_id, vh.contrat_id contrat_id, /* Heures */ vh.heures vh.heures heures FROM volume_horaire vh JOIN service s ON s.id = vh.service_id AND s.histo_destruction IS NULL Loading