Skip to content

Commit

Permalink
Industries endpoint now returns ecomplexity variables
Browse files Browse the repository at this point in the history
  • Loading branch information
makmanalp committed Jun 15, 2015
1 parent 7a179ce commit f3509a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colombia/api_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class Meta:
class DepartmentIndustryYearSchema(ma.Schema):

class Meta:
fields = ("employment", "wages", "department_id", "industry_id",
"year")
fields = ("employment", "wages", "rca", "distance", "cog", "coi",
"department_id", "industry_id", "year")


class DepartmentSchema(ma.Schema):
Expand Down

0 comments on commit f3509a6

Please sign in to comment.