Skip to content
Snippets Groups Projects
Commit 2ceaa588 authored by Hamer Iboshi's avatar Hamer Iboshi
Browse files

fixed ibge pib

parent 84f5fb13
No related branches found
Tags v1.5.0
No related merge requests found
...@@ -12,6 +12,11 @@ ...@@ -12,6 +12,11 @@
"keys": ["estado_id"], "keys": ["estado_id"],
"reference_columns": ["id"], "reference_columns": ["id"],
"reference_table": "estado" "reference_table": "estado"
},
{
"keys": ["regiao_id"],
"reference_columns": ["id"],
"reference_table": "regiao"
} }
] ]
} }
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