You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Currently some of these issues are being fixed manually. Ideally we would provide a tool that reports the issues above and the manual work required - or we could go further and automate the fixes for some of these issues.
class StationStatu(Base):
__tablename__ = "station_status"
__table_args__ = {"comment": "Stores allowed values for stations.status_id"}
class StationTimezone(Base):
__tablename__ = "station_timezones"
__table_args__ = {"comment": "Stores time zone that stations can be in."}