From 5dbfd00c6dc397283450f00f2620185d7641abcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor=20Frans=20Pondaco=20Winandy?= <jvfpw18@inf.ufpr.br> Date: Mon, 15 Apr 2019 08:23:44 -0300 Subject: [PATCH] Refactor database to HOTMapper --- cub.sql | 8 ++++---- docente_por_escola.sql | 8 ++++---- estado.sql | 8 ++++---- formacao_superior.sql | 8 ++++---- formacao_superior_seed.sql | 8 ++++---- ibge_pib.sql | 8 ++++---- idm.sql | 8 ++++---- instituicao_superior.sql | 8 ++++---- municipio.sql | 8 ++++---- projecao_matricula.sql | 8 ++++---- regiao.sql | 8 ++++---- siope_mun.sql | 8 ++++---- siope_mun_seed.sql | 8 ++++---- siope_uf.sql | 8 ++++---- 14 files changed, 56 insertions(+), 56 deletions(-) diff --git a/cub.sql b/cub.sql index bfc9b22..887cc02 100644 --- a/cub.sql +++ b/cub.sql @@ -2,20 +2,20 @@ Copyright (C) 2016 Centro de Computacao Cientifica e Software Livre Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR -This file is part of database. +This file is part of HOTMapper. -database is free software: you can redistribute it and/or modify +HOTMapper is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -database is distributed in the hope that it will be useful, +HOTMapper is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with database. If not, see <https://www.gnu.org/licenses/>. +along with HOTMapper. If not, see <https://www.gnu.org/licenses/>. */ -- depends: estado diff --git a/docente_por_escola.sql b/docente_por_escola.sql index aa03eca..a519762 100644 --- a/docente_por_escola.sql +++ b/docente_por_escola.sql @@ -2,20 +2,20 @@ Copyright (C) 2016 Centro de Computacao Cientifica e Software Livre Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR -This file is part of database. +This file is part of HOTMapper. -database is free software: you can redistribute it and/or modify +HOTMapper is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -database is distributed in the hope that it will be useful, +HOTMapper is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with database. If not, see <https://www.gnu.org/licenses/>. +along with HOTMapper. If not, see <https://www.gnu.org/licenses/>. */ -- depends: docente, turma diff --git a/estado.sql b/estado.sql index d4d7001..a7e51e1 100644 --- a/estado.sql +++ b/estado.sql @@ -2,20 +2,20 @@ Copyright (C) 2016 Centro de Computacao Cientifica e Software Livre Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR -This file is part of database. +This file is part of HOTMapper. -database is free software: you can redistribute it and/or modify +HOTMapper is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -database is distributed in the hope that it will be useful, +HOTMapper is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with database. If not, see <https://www.gnu.org/licenses/>. +along with HOTMapper. If not, see <https://www.gnu.org/licenses/>. */ -- depends: regiao diff --git a/formacao_superior.sql b/formacao_superior.sql index 4c53222..eba1b50 100644 --- a/formacao_superior.sql +++ b/formacao_superior.sql @@ -2,20 +2,20 @@ Copyright (C) 2016 Centro de Computacao Cientifica e Software Livre Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR -This file is part of database. +This file is part of HOTMapper. -database is free software: you can redistribute it and/or modify +HOTMapper is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -database is distributed in the hope that it will be useful, +HOTMapper is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with database. If not, see <https://www.gnu.org/licenses/>. +along with HOTMapper. If not, see <https://www.gnu.org/licenses/>. */ -- Docentes: Tabela de CURSOS DE FORMAÇÃO SUPERIOR diff --git a/formacao_superior_seed.sql b/formacao_superior_seed.sql index 18b66a5..d94ef2e 100644 --- a/formacao_superior_seed.sql +++ b/formacao_superior_seed.sql @@ -2,20 +2,20 @@ Copyright (C) 2016 Centro de Computacao Cientifica e Software Livre Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR -This file is part of database. +This file is part of HOTMapper. -database is free software: you can redistribute it and/or modify +HOTMapper is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -database is distributed in the hope that it will be useful, +HOTMapper is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with database. If not, see <https://www.gnu.org/licenses/>. +along with HOTMapper. If not, see <https://www.gnu.org/licenses/>. */ COPY 255 RECORDS INTO formacao_superior FROM stdin USING DELIMITERS ';','\n'; diff --git a/ibge_pib.sql b/ibge_pib.sql index d1372a6..0d525b2 100644 --- a/ibge_pib.sql +++ b/ibge_pib.sql @@ -2,20 +2,20 @@ Copyright (C) 2016 Centro de Computacao Cientifica e Software Livre Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR -This file is part of database. +This file is part of HOTMapper. -database is free software: you can redistribute it and/or modify +HOTMapper is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -database is distributed in the hope that it will be useful, +HOTMapper is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with database. If not, see <https://www.gnu.org/licenses/>. +along with HOTMapper. If not, see <https://www.gnu.org/licenses/>. */ -- msqldump dump table ibge_pib Thu Apr 12 11:01:08 2018 diff --git a/idm.sql b/idm.sql index 9bf97ee..6f4177a 100644 --- a/idm.sql +++ b/idm.sql @@ -2,20 +2,20 @@ Copyright (C) 2016 Centro de Computacao Cientifica e Software Livre Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR -This file is part of database. +This file is part of HOTMapper. -database is free software: you can redistribute it and/or modify +HOTMapper is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -database is distributed in the hope that it will be useful, +HOTMapper is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with database. If not, see <https://www.gnu.org/licenses/>. +along with HOTMapper. If not, see <https://www.gnu.org/licenses/>. */ -- depends: matrícula diff --git a/instituicao_superior.sql b/instituicao_superior.sql index 5b88f55..063c678 100644 --- a/instituicao_superior.sql +++ b/instituicao_superior.sql @@ -2,20 +2,20 @@ Copyright (C) 2016 Centro de Computacao Cientifica e Software Livre Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR -This file is part of database. +This file is part of HOTMapper. -database is free software: you can redistribute it and/or modify +HOTMapper is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -database is distributed in the hope that it will be useful, +HOTMapper is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with database. If not, see <https://www.gnu.org/licenses/>. +along with HOTMapper. If not, see <https://www.gnu.org/licenses/>. */ -- msqldump dump table instituicao_superior Thu Feb 8 10:59:55 2018 diff --git a/municipio.sql b/municipio.sql index 92e7742..f070dbd 100644 --- a/municipio.sql +++ b/municipio.sql @@ -2,20 +2,20 @@ Copyright (C) 2016 Centro de Computacao Cientifica e Software Livre Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR -This file is part of database. +This file is part of HOTMapper. -database is free software: you can redistribute it and/or modify +HOTMapper is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -database is distributed in the hope that it will be useful, +HOTMapper is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with database. If not, see <https://www.gnu.org/licenses/>. +along with HOTMapper. If not, see <https://www.gnu.org/licenses/>. */ -- depends: estado diff --git a/projecao_matricula.sql b/projecao_matricula.sql index f072cba..23fb512 100644 --- a/projecao_matricula.sql +++ b/projecao_matricula.sql @@ -2,20 +2,20 @@ Copyright (C) 2016 Centro de Computacao Cientifica e Software Livre Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR -This file is part of database. +This file is part of HOTMapper. -database is free software: you can redistribute it and/or modify +HOTMapper is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -database is distributed in the hope that it will be useful, +HOTMapper is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with database. If not, see <https://www.gnu.org/licenses/>. +along with HOTMapper. If not, see <https://www.gnu.org/licenses/>. */ -- depends: matricula 2017+ diff --git a/regiao.sql b/regiao.sql index e40d2cb..640ff0e 100644 --- a/regiao.sql +++ b/regiao.sql @@ -2,20 +2,20 @@ Copyright (C) 2016 Centro de Computacao Cientifica e Software Livre Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR -This file is part of database. +This file is part of HOTMapper. -database is free software: you can redistribute it and/or modify +HOTMapper is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -database is distributed in the hope that it will be useful, +HOTMapper is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with database. If not, see <https://www.gnu.org/licenses/>. +along with HOTMapper. If not, see <https://www.gnu.org/licenses/>. */ CREATE TABLE regiao diff --git a/siope_mun.sql b/siope_mun.sql index 95d69ef..e50bad5 100644 --- a/siope_mun.sql +++ b/siope_mun.sql @@ -2,20 +2,20 @@ Copyright (C) 2016 Centro de Computacao Cientifica e Software Livre Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR -This file is part of database. +This file is part of HOTMapper. -database is free software: you can redistribute it and/or modify +HOTMapper is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -database is distributed in the hope that it will be useful, +HOTMapper is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with database. If not, see <https://www.gnu.org/licenses/>. +along with HOTMapper. If not, see <https://www.gnu.org/licenses/>. */ CREATE TABLE siope_mun ( diff --git a/siope_mun_seed.sql b/siope_mun_seed.sql index c3d2a74..f26dd9c 100644 --- a/siope_mun_seed.sql +++ b/siope_mun_seed.sql @@ -2,20 +2,20 @@ Copyright (C) 2016 Centro de Computacao Cientifica e Software Livre Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR -This file is part of database. +This file is part of HOTMapper. -database is free software: you can redistribute it and/or modify +HOTMapper is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -database is distributed in the hope that it will be useful, +HOTMapper is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with database. If not, see <https://www.gnu.org/licenses/>. +along with HOTMapper. If not, see <https://www.gnu.org/licenses/>. */ COPY 5163 RECORDS INTO siope_mun FROM stdin USING DELIMITERS ';','\n'; diff --git a/siope_uf.sql b/siope_uf.sql index 4bda6da..3fe4f3f 100644 --- a/siope_uf.sql +++ b/siope_uf.sql @@ -2,20 +2,20 @@ Copyright (C) 2016 Centro de Computacao Cientifica e Software Livre Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR -This file is part of database. +This file is part of HOTMapper. -database is free software: you can redistribute it and/or modify +HOTMapper is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -database is distributed in the hope that it will be useful, +HOTMapper is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with database. If not, see <https://www.gnu.org/licenses/>. +along with HOTMapper. If not, see <https://www.gnu.org/licenses/>. */ CREATE TABLE siope_uf ( -- GitLab