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

Merge branch 'fix_pib' into development

Related: !70
parents 5b9740a3 f33f9ad9
No related branches found
No related tags found
1 merge request!116Release v1.0.0
Pipeline #
......@@ -82,6 +82,22 @@ rqf.addField({
foreign: 'estado_id',
foreignTable: 'ibge_pib'
}
}).addValue({
name: 'region',
table: 'regiao',
tableField: 'nome',
resultField: 'region_name',
where: {
relation: '=',
type: 'integer',
field: 'regiao_id',
table: 'ibge_pib'
},
join: {
primary: 'id',
foreign: 'regiao_id',
foreignTable: 'ibge_pib'
}
}).addValue({
name: 'min_year',
table: 'ibge_pib',
......
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