From 37c0ab1e4468fe1effc9a12f687297d010f8332b Mon Sep 17 00:00:00 2001 From: Tommi Leinamo Date: Thu, 29 Aug 2024 13:48:16 +0300 Subject: [PATCH] Add new relations to HSL stops db connection schema --- metadata/hsl/databases/stops/tables/public_contact.yaml | 3 +++ .../public_group_of_stop_places_newest_version.yaml | 3 +++ .../stops/tables/public_hsl_accessibility_properties.yaml | 3 +++ .../hsl/databases/stops/tables/public_organisation.yaml | 3 +++ .../stops/tables/public_organisation_key_values.yaml | 3 +++ .../stops/tables/public_stop_place_organisations.yaml | 3 +++ metadata/hsl/databases/stops/tables/tables.yaml | 8 +++++++- 7 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 metadata/hsl/databases/stops/tables/public_contact.yaml create mode 100644 metadata/hsl/databases/stops/tables/public_group_of_stop_places_newest_version.yaml create mode 100644 metadata/hsl/databases/stops/tables/public_hsl_accessibility_properties.yaml create mode 100644 metadata/hsl/databases/stops/tables/public_organisation.yaml create mode 100644 metadata/hsl/databases/stops/tables/public_organisation_key_values.yaml create mode 100644 metadata/hsl/databases/stops/tables/public_stop_place_organisations.yaml diff --git a/metadata/hsl/databases/stops/tables/public_contact.yaml b/metadata/hsl/databases/stops/tables/public_contact.yaml new file mode 100644 index 00000000..7b8933ed --- /dev/null +++ b/metadata/hsl/databases/stops/tables/public_contact.yaml @@ -0,0 +1,3 @@ +table: + name: contact + schema: public diff --git a/metadata/hsl/databases/stops/tables/public_group_of_stop_places_newest_version.yaml b/metadata/hsl/databases/stops/tables/public_group_of_stop_places_newest_version.yaml new file mode 100644 index 00000000..7eb24d92 --- /dev/null +++ b/metadata/hsl/databases/stops/tables/public_group_of_stop_places_newest_version.yaml @@ -0,0 +1,3 @@ +table: + name: group_of_stop_places_newest_version + schema: public diff --git a/metadata/hsl/databases/stops/tables/public_hsl_accessibility_properties.yaml b/metadata/hsl/databases/stops/tables/public_hsl_accessibility_properties.yaml new file mode 100644 index 00000000..09b47fb0 --- /dev/null +++ b/metadata/hsl/databases/stops/tables/public_hsl_accessibility_properties.yaml @@ -0,0 +1,3 @@ +table: + name: hsl_accessibility_properties + schema: public diff --git a/metadata/hsl/databases/stops/tables/public_organisation.yaml b/metadata/hsl/databases/stops/tables/public_organisation.yaml new file mode 100644 index 00000000..643411b5 --- /dev/null +++ b/metadata/hsl/databases/stops/tables/public_organisation.yaml @@ -0,0 +1,3 @@ +table: + name: organisation + schema: public diff --git a/metadata/hsl/databases/stops/tables/public_organisation_key_values.yaml b/metadata/hsl/databases/stops/tables/public_organisation_key_values.yaml new file mode 100644 index 00000000..8cd7a57c --- /dev/null +++ b/metadata/hsl/databases/stops/tables/public_organisation_key_values.yaml @@ -0,0 +1,3 @@ +table: + name: organisation_key_values + schema: public diff --git a/metadata/hsl/databases/stops/tables/public_stop_place_organisations.yaml b/metadata/hsl/databases/stops/tables/public_stop_place_organisations.yaml new file mode 100644 index 00000000..c24f707c --- /dev/null +++ b/metadata/hsl/databases/stops/tables/public_stop_place_organisations.yaml @@ -0,0 +1,3 @@ +table: + name: stop_place_organisations + schema: public diff --git a/metadata/hsl/databases/stops/tables/tables.yaml b/metadata/hsl/databases/stops/tables/tables.yaml index e2177ca5..44d545b9 100644 --- a/metadata/hsl/databases/stops/tables/tables.yaml +++ b/metadata/hsl/databases/stops/tables/tables.yaml @@ -14,6 +14,7 @@ - "!include public_boarding_position_key_values.yaml" - "!include public_check_constraint.yaml" - "!include public_check_constraint_key_values.yaml" +- "!include public_contact.yaml" - "!include public_destination_display_view.yaml" - "!include public_equipment_place.yaml" - "!include public_equipment_place_equipment_positions.yaml" @@ -31,9 +32,11 @@ - "!include public_group_of_stop_places_alternative_names.yaml" - "!include public_group_of_stop_places_key_values.yaml" - "!include public_group_of_stop_places_members.yaml" +- "!include public_group_of_stop_places_newest_version.yaml" - "!include public_group_of_tariff_zones.yaml" - "!include public_group_of_tariff_zones_key_values.yaml" - "!include public_group_of_tariff_zones_members.yaml" +- "!include public_hsl_accessibility_properties.yaml" - "!include public_id_generator.yaml" - "!include public_installed_equipment.yaml" - "!include public_installed_equipment_version_structure.yaml" @@ -42,6 +45,8 @@ - "!include public_level_key_values.yaml" - "!include public_multilingual_string_entity.yaml" - "!include public_navigation_path.yaml" +- "!include public_organisation.yaml" +- "!include public_organisation_key_values.yaml" - "!include public_parking.yaml" - "!include public_parking_adjacent_sites.yaml" - "!include public_parking_alternative_names.yaml" @@ -77,13 +82,14 @@ - "!include public_schema_version.yaml" - "!include public_spatial_ref_sys.yaml" - "!include public_stop_place.yaml" -- "!include public_stop_place_newest_version.yaml" - "!include public_stop_place_access_spaces.yaml" - "!include public_stop_place_adjacent_sites.yaml" - "!include public_stop_place_alternative_names.yaml" - "!include public_stop_place_children.yaml" - "!include public_stop_place_equipment_places.yaml" - "!include public_stop_place_key_values.yaml" +- "!include public_stop_place_newest_version.yaml" +- "!include public_stop_place_organisations.yaml" - "!include public_stop_place_quays.yaml" - "!include public_stop_place_tariff_zones.yaml" - "!include public_tag.yaml"