Del servidor bueno
Some checks are pending
Deploy Pruebas / deploy (push) Waiting to run

This commit is contained in:
Your Name
2024-10-11 16:44:27 -06:00
parent 32cbebfca8
commit 960592e68b
33 changed files with 2993 additions and 2536 deletions

View File

@@ -17,7 +17,7 @@ SELECT json_agg(json_build_object(
'id', id,
'hora_inicio', hora_inicio,
'hora_fin', hora_fin,
'selected', current_time between hora_inicio and hora_fin
'selected', false --current_time between hora_inicio and hora_fin
)) AS bloque_horario
FROM bloques
",