Skip to content

Commit

Permalink
Add Map ID Column to Ingest Table
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Feb 14, 2024
1 parent 13999c4 commit 795e804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/models/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Post(BaseModel):
comments: Optional[str] = None
source_id: Optional[int] = None
access_group_id: Optional[int] = None
map_id: Optional[str] = None

class Config:
orm_mode = True
Expand Down

0 comments on commit 795e804

Please sign in to comment.