Skip to content
Snippets Groups Projects
Commit 0108a993 authored by Hamer Iboshi's avatar Hamer Iboshi
Browse files

Merge branch 'route_rate_school' into development

parents e0e31efb ec9577db
No related branches found
No related tags found
1 merge request!116Release v1.0.0
Pipeline #
......@@ -161,6 +161,28 @@ rqf.addField({
type: 'integer',
field: 'cor_raca_id'
}
}).addValue({
name: 'min_year',
table: 'pnad',
tableField: 'ano_censo',
resultField: 'year',
where: {
relation: '>=',
type: 'integer',
table: 'pnad',
field: 'ano_censo'
}
}).addValue({
name: 'max_year',
table: 'pnad',
tableField: 'ano_censo',
resultField: 'year',
where: {
relation: '<=',
type: 'integer',
table: 'pnad',
field: 'ano_censo'
}
}).addValue({
name: 'age_range',
table: 'pnad',
......
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