Skip to content

Commit

Permalink
Feat(Backend): add output_format on DBTilesPath
Browse files Browse the repository at this point in the history
  • Loading branch information
varun2948 committed Oct 18, 2023
1 parent e6c782b commit fedf80b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/app/db/db_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,5 +668,6 @@ class DbTilesPath(Base):
status = Column(Enum(BackgroundTaskStatus), nullable=False)
path = Column(String)
tile_source = Column(String)
output_format = Column(String)
background_task_id = Column(String)
created_at = Column(DateTime, default=timestamp)

0 comments on commit fedf80b

Please sign in to comment.