Skip to content

Commit a0542f2

Browse files
committed
add county to Country model
1 parent 1dd1cf0 commit a0542f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class Country(BaseModel):
3131
id: int
3232
country: str
3333
country_code: str
34+
county: str = None
3435
province: str = ''
3536
last_updated: str # TODO use datetime.datetime type.
3637
coordinates: Dict

0 commit comments

Comments
 (0)