From 55242aa7565f0b9e4e3e24d9733ec266ae7e466a Mon Sep 17 00:00:00 2001 From: Hamer Iboshi <hi15@inf.ufpr.br> Date: Fri, 18 Oct 2019 11:34:15 -0300 Subject: [PATCH] Update docente.json remove constraint of turma cause of censo docente 2017 --- docente.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docente.json b/docente.json index 4f94c8f..40584e7 100644 --- a/docente.json +++ b/docente.json @@ -3,11 +3,6 @@ "data_source": "Microdados do Censo Escolar/INEP (arquivo Docentes)", "pk": ["ano_censo", "id", "turma_id"], "foreign_keys": [ - { - "keys": ["ano_censo", "turma_id"], - "reference_columns": ["ano_censo", "id"], - "reference_table": "turma" - }, { "keys": ["escola_municipio_id"], "reference_columns": ["id"], -- GitLab