Skip to content

Commit

Permalink
hey yo
Browse files Browse the repository at this point in the history
  • Loading branch information
Erutis committed Sep 6, 2024
1 parent 081075f commit 3a91237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ class Trajectory(GISBase):
__table_args__ = {"schema": "gps"}
geom = mapped_column(Geometry("GEOMETRYZM", spatial_index=False))
feed_item_id = mapped_column(ForeignKey(FeedItem.id))
new_column = mapped_column(String)

0 comments on commit 3a91237

Please sign in to comment.