Skip to content

Commit

Permalink
Add "region" to country levels.
Browse files Browse the repository at this point in the history
  • Loading branch information
makmanalp committed Nov 9, 2015
1 parent f743716 commit 29bb714
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colombia/metadata/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class Metadata(BaseModel, IDMixin, I18nMixin):
industry_enum = db.Enum(*industry_levels, name="industry_level")

country_levels = [
"region",
"country"
]
country_enum = db.Enum(*country_levels, name="country_level")
Expand Down

0 comments on commit 29bb714

Please sign in to comment.