Mantener materias

This commit is contained in:
2024-09-13 18:58:20 +00:00
parent 6eb8e0ac68
commit ff344e8cd6

1
app.py
View File

@@ -88,7 +88,6 @@ def update_alumno_extraccion_error(username_integer: int, error: str):
INSERT INTO public.alumno_extraccion ("Usuario_claveULSA", error_message, updated_at) VALUES (%s, %s, NOW()) INSERT INTO public.alumno_extraccion ("Usuario_claveULSA", error_message, updated_at) VALUES (%s, %s, NOW())
ON CONFLICT ("Usuario_claveULSA") DO UPDATE ON CONFLICT ("Usuario_claveULSA") DO UPDATE
SET error_message = EXCLUDED.error_message, SET error_message = EXCLUDED.error_message,
materias_html = DEFAULT,
registrado = DEFAULT, registrado = DEFAULT,
updated_at = NOW(); updated_at = NOW();
""" """