Skip to content
Snippets Groups Projects
  • João Victor Risso's avatar
    8d77d014
    Add education level and fix issue with adm_dependency_id · 8d77d014
    João Victor Risso authored
    Changelog:
    - Add education level to all queries
    
    - Add route '/education_level' to query the available education levels.
      The response is a set of pairs (id, education_level)
    
    - Change var declarations to their respective const and let counterparts
    
    - Fix wrong foreign key name in the aggregation by states. When a
      adm_dependency_id parameter was supplied, the query would fail.
    Add education level and fix issue with adm_dependency_id
    João Victor Risso authored
    Changelog:
    - Add education level to all queries
    
    - Add route '/education_level' to query the available education levels.
      The response is a set of pairs (id, education_level)
    
    - Change var declarations to their respective const and let counterparts
    
    - Fix wrong foreign key name in the aggregation by states. When a
      adm_dependency_id parameter was supplied, the query would fail.