Skip to content

Instantly share code, notes, and snippets.

@haroldoramirez
Forked from manfe/dump.sql
Created March 16, 2016 17:23
Show Gist options
  • Save haroldoramirez/f55dba7c5c9c8dedad0a to your computer and use it in GitHub Desktop.
Save haroldoramirez/f55dba7c5c9c8dedad0a to your computer and use it in GitHub Desktop.

Revisions

  1. @manfe manfe revised this gist Oct 30, 2012. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions dump.sql
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,4 @@


    -- Os dados contidos nesse arquivo foram extraídos do site: http://ibge.gov.br/cidadesat utilizando ruby, nokogiri e expressões regulares.
    -- Autor: Mauricio Natanael Ferreira
    -- Github: https://github.com/manfe
    @@ -13,7 +12,7 @@
    -- codigo_ibge Código do IBGE referente a cidade
    -- populacao_2012 População em 2010, segundo IBGE
    -- densidade_demo População por KM quadrado
    -- area Área do município ex: "3916.507" - 3.916,507 KM Quadrado
    -- area Área do município ex: "3916.507" - 3.916,507 KM Quadrados
    CREATE TABLE cidades (
    id integer NOT NULL,
    nome character varying,
  2. @manfe manfe created this gist Oct 29, 2012.
    5,665 changes: 5,665 additions & 0 deletions dump.sql
    5,665 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.