Skip to content

Commit

Permalink
allow aggregations
Browse files Browse the repository at this point in the history
  • Loading branch information
slandymani committed Oct 24, 2024
1 parent 056797c commit 67b14e8
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ array_relationships:
schema: public
select_permissions:
- permission:
allow_aggregations: false
allow_aggregations: true
columns:
- address
filter: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ table:
schema: public
select_permissions:
- permission:
allow_aggregations: false
allow_aggregations: true
columns:
- average_time
- height
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ table:
schema: public
select_permissions:
- permission:
allow_aggregations: false
allow_aggregations: true
columns:
- average_time
- height
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ table:
schema: public
select_permissions:
- permission:
allow_aggregations: false
allow_aggregations: true
columns:
- average_time
- height
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ table:
schema: public
select_permissions:
- permission:
allow_aggregations: false
allow_aggregations: true
columns:
- average_time
- height
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ array_relationships:
schema: public
select_permissions:
- permission:
allow_aggregations: false
allow_aggregations: true
columns:
- num_txs
- height
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object_relationships:
transaction_hash: hash
select_permissions:
- permission:
allow_aggregations: false
allow_aggregations: true
columns:
- transaction_hash
- index
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object_relationships:
foreign_key_constraint_on: proposal_id
select_permissions:
- permission:
allow_aggregations: false
allow_aggregations: true
columns:
- proposal_id
- yes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object_relationships:
foreign_key_constraint_on: height
select_permissions:
- permission:
allow_aggregations: false
allow_aggregations: true
columns:
- hash
- height
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object_relationships:
foreign_key_constraint_on: consensus_address
select_permissions:
- permission:
allow_aggregations: false
allow_aggregations: true
columns:
- consensus_address
- operator_address
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ array_relationships:
schema: public
select_permissions:
- permission:
allow_aggregations: false
allow_aggregations: true
columns:
- type
- address
Expand Down

0 comments on commit 67b14e8

Please sign in to comment.