Skip to content
Snippets Groups Projects
Commit 3703e3e5 authored by Henrique Varella Ehrenfried's avatar Henrique Varella Ehrenfried :speech_balloon:
Browse files

Merge branch 'african_culture' into 'development'

Add home_location field on african_culture_ag table

See merge request !11
parents fa8b89c2 c995c7a3
No related branches found
No related tags found
2 merge requests!12Development,!11Add home_location field on african_culture_ag table
......@@ -93,7 +93,17 @@ rqf.addField({
},
})
.addValue({
name: 'home_location',
table: 'african_culture_ag',
tableField: 'codigo_ibge',
resultField: 'cd_ibge',
where: {
relation: '=',
type: 'string',
field: 'codigo_ibge',
},
})
;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment