Skip to content
Snippets Groups Projects
Commit 8a7e8bce authored by Miguel Angelo Salerno's avatar Miguel Angelo Salerno
Browse files

remove duplicate join from select

parent c9950dbe
No related branches found
No related tags found
2 merge requests!309Merge new updates into master,!274remove duplicate join from select
Pipeline #24661 failed
......@@ -81,11 +81,11 @@ rqf.addField({
field: 'estado_id',
table: 'cub'
},
join: {
primary: 'id',
foreign: 'estado_id',
foreignTable: 'cub'
}
// join: {
// primary: 'id',
// foreign: 'estado_id',
// foreignTable: 'cub'
// }
}).addValue({
name: 'min_year',
table: 'cub',
......
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