Faltas
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user