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

IDHMR state route

parent 7974589e
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!60IDHMR and IDHM routes
Pipeline #
...@@ -58,12 +58,12 @@ rqf.addField({ ...@@ -58,12 +58,12 @@ rqf.addField({
relation: '=', relation: '=',
type: 'integer', type: 'integer',
field: 'estado_id', field: 'estado_id',
table: 'adh_idh' table: 'adh_idh_uf'
}, },
join: { join: {
primary: 'id', primary: 'id',
foreign: 'estado_id', foreign: 'estado_id',
foreignTable: 'adh_idh' foreignTable: 'adh_idh_uf'
} }
}).addValue({ }).addValue({
name: 'min_year', 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