Skip to content
Snippets Groups Projects
Commit 2ce25536 authored by Fernando Erd's avatar Fernando Erd :ok_hand:
Browse files

Change ethnic group field

parent f113921b
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!104Change ethnic group field
Pipeline #
......@@ -152,12 +152,12 @@ rqf.addField({
}).addValue({
name: 'ethnic_group_pnad',
table: 'pnad',
tableField: 'cor_raca_id',
tableField: 'cor_raca',
resultField: 'ethnic_group_pnad_id',
where: {
relation: '=',
type: 'integer',
field: 'cor_raca_id'
field: 'cor_raca'
}
}).addValue({
name: 'min_year',
......
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