Skip to content

Commit

Permalink
created by removed
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry committed Aug 13, 2023
1 parent 362838a commit 555714d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/backend/app/db/db_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,4 @@ class DbTilesPath(Base):
path = Column(String)
tile_source = Column(String)
background_task_id = Column(String)
created_at = Column(DateTime, default=timestamp)
created_by_id = Column(BigInteger, ForeignKey("users.id"), primary_key=True)
created_by = relationship(DbUser, backref="mbtiles_created")
created_at = Column(DateTime, default=timestamp)

0 comments on commit 555714d

Please sign in to comment.