Skip to content

Commit

Permalink
Merge pull request #449 from LACMTA:2023-api-optimization
Browse files Browse the repository at this point in the history
Remove uneeded geometry column
  • Loading branch information
albertkun authored Jan 25, 2024
2 parents ddf3ae2 + 892f679 commit 4aac625
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fastapi/app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ class RouteStopsGrouped(Base):
agency_id = Column(String)
shape_direction_0 = Column(Geometry('LINESTRING', srid=4326))
shape_direction_1 = Column(Geometry('LINESTRING', srid=4326))
geometry = Column(Geometry('POINT', srid=4326))

class TripShapes(Base):
__tablename__ = "trip_shapes"
Expand Down

0 comments on commit 4aac625

Please sign in to comment.