Skip to content

Commit

Permalink
Fix hasura console warning
Browse files Browse the repository at this point in the history
There was an extra metadata configuration stating an non-existent
relationship. There is no journey_pattern_ref_id in timetable_version

Resolves HSLdevcom/jore4#1366
  • Loading branch information
HenrikHartiala committed Jul 27, 2023
1 parent f0391a9 commit 1617be0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ object_relationships:
- name: vehicle_schedule_frame
using:
foreign_key_constraint_on: vehicle_schedule_frame_id
- name: journey_pattern_ref
using:
foreign_key_constraint_on: journey_pattern_ref_id
- name: substitute_operating_day_by_line_type
using:
foreign_key_constraint_on: substitute_operating_day_by_line_type_id

0 comments on commit 1617be0

Please sign in to comment.