Skip to content

Commit

Permalink
fix table
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerKSI committed Jul 5, 2023
1 parent e86052b commit f460637
Showing 1 changed file with 28 additions and 11 deletions.
39 changes: 28 additions & 11 deletions hasura/hasura-metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,16 @@
- name: data_source
using:
foreign_key_constraint_on: data_source_id
- table:
name: data_source_requests_per_days
schema: public
object_relationships:
- name: data_source
using:
foreign_key_constraint_on: data_source_id
- table:
name: data_source_statistic_last_1_day
schema: public
- table:
name: data_sources
schema: public
Expand All @@ -223,6 +233,13 @@
using:
foreign_key_constraint_on: transaction_id
array_relationships:
- name: data_source_requests_per_days
using:
foreign_key_constraint_on:
column: data_source_id
table:
name: data_source_requests_per_days
schema: public
- name: raw_requests
using:
foreign_key_constraint_on:
Expand Down Expand Up @@ -313,6 +330,13 @@
- name: oracle_script
using:
foreign_key_constraint_on: oracle_script_id
- table:
name: oracle_script_requests_per_days
schema: public
object_relationships:
- name: oracle_script
using:
foreign_key_constraint_on: oracle_script_id
- table:
name: oracle_script_statistic_last_1_day
schema: public
Expand All @@ -337,19 +361,19 @@
using:
foreign_key_constraint_on: transaction_id
array_relationships:
- name: related_data_source_oracle_scripts
- name: oracle_script_requests_per_days
using:
foreign_key_constraint_on:
column: oracle_script_id
table:
name: related_data_source_oracle_scripts
name: oracle_script_requests_per_days
schema: public
- name: request_count_per_oracle_script_and_days
- name: related_data_source_oracle_scripts
using:
foreign_key_constraint_on:
column: oracle_script_id
table:
name: request_count_per_oracle_script_and_days
name: related_data_source_oracle_scripts
schema: public
- name: requests
using:
Expand Down Expand Up @@ -508,13 +532,6 @@
- table:
name: request_count_per_days
schema: public
- table:
name: request_count_per_oracle_script_and_days
schema: public
object_relationships:
- name: oracle_script
using:
foreign_key_constraint_on: oracle_script_id
- table:
name: requests
schema: public
Expand Down

0 comments on commit f460637

Please sign in to comment.