Merge branch 'master' of https://github.apps.lci.ulsa.mx/Atenea/extraccion
This commit is contained in:
1
app.py
1
app.py
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user