This commit is contained in:
Your Name
2024-09-17 17:26:57 -06:00
3 changed files with 114 additions and 1 deletions

1
app.py
View File

@@ -63,6 +63,7 @@ def insert_alumno_extraccion(datos_html: str, materias_html: str, username_integ
VALUES (%s, TRIM(%s), TRIM(%s), TRIM(%s)::JSONB, TRIM(%s), NOW())
ON CONFLICT ("Usuario_claveULSA") DO UPDATE
SET datos_html = EXCLUDED.datos_html,
materias_actuales_html = EXCLUDED.materias_actuales_html,
materias_html = EXCLUDED.materias_html,
error_message = NULL,
registrado = DEFAULT,