We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/denysvitali/gtfs-server/tree/ff5a814a952716f1461b33480bcc78021255a29f/nb/sql/queries
CREATE UNIQUE INDEX calendar_service_id_idx ON public.calendar USING btree (service_id, feed_id)
CONSTRAINT calendar_date_service_id_date_feed_id_key UNIQUE (service_id, date, feed_id)
CREATE INDEX stop_geom ON public.stop USING gist ("position")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/denysvitali/gtfs-server/tree/ff5a814a952716f1461b33480bcc78021255a29f/nb/sql/queries
CREATE UNIQUE INDEX calendar_service_id_idx ON public.calendar USING btree (service_id, feed_id)
CONSTRAINT calendar_date_service_id_date_feed_id_key UNIQUE (service_id, date, feed_id)
CREATE INDEX stop_geom ON public.stop USING gist ("position")
The text was updated successfully, but these errors were encountered: