This commit is contained in:
Your Name
2025-02-25 13:26:32 -06:00
parent 20e4bb8f71
commit f35185e29e

View File

@@ -54,7 +54,7 @@ try {
"WITH fechas AS ( "WITH fechas AS (
SELECT SELECT
h.horario_id, h.horario_id,
fechas_clase(h.horario_id, true) AS registro_fecha_ideal, fechas_clase(h.horario_id, true, NULL, NULL) AS registro_fecha_ideal,
hp.profesor_id hp.profesor_id
FROM horario h FROM horario h
JOIN horario_profesor hp USING (horario_id) JOIN horario_profesor hp USING (horario_id)