Skip to content
New issue

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

New relationships to stops_database #233

Merged
merged 2 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ table:
name: group_of_stop_places_members
schema: public
object_relationships:
- name: group_of_stop_place
using:
foreign_key_constraint_on: group_of_stop_places_id
- name: stop_place_newest_version
using:
manual_configuration:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ table:
name: stop_place_newest_version
schema: public
array_relationships:
- name: group_of_stop_places_members
using:
manual_configuration:
column_mapping:
netex_id: ref
insertion_order: null
remote_table:
name: group_of_stop_places_members
schema: public
- name: stop_place_access_spaces
using:
manual_configuration:
Expand Down
Loading