From c2763971dcb2a3cc23788e89d1dc09cda45ceb50 Mon Sep 17 00:00:00 2001
From: hi15 <hi15@inf.ufpr.br>
Date: Fri, 3 Aug 2018 10:48:49 -0300
Subject: [PATCH] Add tables of enrollment_projection and enrollment_diagnosis

---
 diagnostico_matricula.json | 12 ++++++++++++
 projecao_matricula.json    | 12 ++++++++++++
 2 files changed, 24 insertions(+)
 create mode 100644 diagnostico_matricula.json
 create mode 100644 projecao_matricula.json

diff --git a/diagnostico_matricula.json b/diagnostico_matricula.json
new file mode 100644
index 0000000..323ee53
--- /dev/null
+++ b/diagnostico_matricula.json
@@ -0,0 +1,12 @@
+{
+    "pairing_description": "Tabela de diagnóstico de Matrículas",
+    "data_source": "LDE - Laboratório de Dados Educacionais",
+    "pk": [],
+    "foreign_keys": [
+        {
+            "keys": ["estado_id"],
+            "reference_columns": ["id"],
+            "reference_table": "estado"
+        }
+    ]
+}
diff --git a/projecao_matricula.json b/projecao_matricula.json
new file mode 100644
index 0000000..b8a75a3
--- /dev/null
+++ b/projecao_matricula.json
@@ -0,0 +1,12 @@
+{
+    "pairing_description": "Tabela de projeção de Matrículas",
+    "data_source": "LDE - Laboratório de Dados Educacionais",
+    "pk": [],
+    "foreign_keys": [
+        {
+            "keys": ["estado_id"],
+            "reference_columns": ["id"],
+            "reference_table": "estado"
+        }
+    ]
+}
-- 
GitLab