Skip to content
Snippets Groups Projects
Commit 8da95fa1 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Fix typo (and GDK error in query execution)

parent 40f4db14
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!34Db simcaq dev2
Pipeline #
...@@ -292,7 +292,7 @@ spatialApp.get('/educational', rqf.parse(), rqf.build(), (req, res, next) => { ...@@ -292,7 +292,7 @@ spatialApp.get('/educational', rqf.parse(), rqf.build(), (req, res, next) => {
const schoolClassYearQry = squel.select() const schoolClassYearQry = squel.select()
.field('MAX(matricula.ano_censo)') .field('MAX(matricula.ano_censo)')
.from('turma') .from('matricula')
.toString(); .toString();
const enrollmentsQry = req.sql.clone() const enrollmentsQry = req.sql.clone()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment