Mantener materias
This commit is contained in:
1
app.py
1
app.py
@@ -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();
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user