Skip to content

Commit

Permalink
Remove obsolete metadata
Browse files Browse the repository at this point in the history
To get rid of Hasura console warning.
The actual constraints were removed already in daee0fa
  • Loading branch information
Leitsi committed Sep 15, 2023
1 parent 84de1c7 commit 621eba5
Showing 1 changed file with 20 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,25 @@ table:
object_relationships:
- name: day_type
using:
foreign_key_constraint_on: day_type_id
- name: vehicle_schedule_frame
using:
foreign_key_constraint_on: vehicle_schedule_frame_id
manual_configuration:
column_mapping:
day_type_id: day_type_id
remote_table:
name: day_type
schema: service_calendar
- name: substitute_operating_day_by_line_type
using:
foreign_key_constraint_on: substitute_operating_day_by_line_type_id
manual_configuration:
column_mapping:
substitute_operating_day_by_line_type_id: substitute_operating_day_by_line_type_id
remote_table:
name: substitute_operating_day_by_line_type
schema: service_calendar
- name: vehicle_schedule_frame
using:
manual_configuration:
column_mapping:
vehicle_schedule_frame_id: vehicle_schedule_frame_id
remote_table:
name: vehicle_schedule_frame
schema: vehicle_schedule

0 comments on commit 621eba5

Please sign in to comment.