diff --git a/hasura/metadata/databases/callisto/tables/public_account.yaml b/hasura/metadata/databases/callisto/tables/public_account.yaml index 8d7ad3931..c4ec18aba 100644 --- a/hasura/metadata/databases/callisto/tables/public_account.yaml +++ b/hasura/metadata/databases/callisto/tables/public_account.yaml @@ -70,7 +70,7 @@ array_relationships: schema: public select_permissions: - permission: - allow_aggregations: false + allow_aggregations: true columns: - address filter: {} diff --git a/hasura/metadata/databases/callisto/tables/public_average_block_time_from_genesis.yaml b/hasura/metadata/databases/callisto/tables/public_average_block_time_from_genesis.yaml index 8624aa1fe..051d27986 100644 --- a/hasura/metadata/databases/callisto/tables/public_average_block_time_from_genesis.yaml +++ b/hasura/metadata/databases/callisto/tables/public_average_block_time_from_genesis.yaml @@ -3,7 +3,7 @@ table: schema: public select_permissions: - permission: - allow_aggregations: false + allow_aggregations: true columns: - average_time - height diff --git a/hasura/metadata/databases/callisto/tables/public_average_block_time_per_day.yaml b/hasura/metadata/databases/callisto/tables/public_average_block_time_per_day.yaml index c3c9ccbcf..23c3c696a 100644 --- a/hasura/metadata/databases/callisto/tables/public_average_block_time_per_day.yaml +++ b/hasura/metadata/databases/callisto/tables/public_average_block_time_per_day.yaml @@ -3,7 +3,7 @@ table: schema: public select_permissions: - permission: - allow_aggregations: false + allow_aggregations: true columns: - average_time - height diff --git a/hasura/metadata/databases/callisto/tables/public_average_block_time_per_hour.yaml b/hasura/metadata/databases/callisto/tables/public_average_block_time_per_hour.yaml index 640c64115..e2993ee23 100644 --- a/hasura/metadata/databases/callisto/tables/public_average_block_time_per_hour.yaml +++ b/hasura/metadata/databases/callisto/tables/public_average_block_time_per_hour.yaml @@ -3,7 +3,7 @@ table: schema: public select_permissions: - permission: - allow_aggregations: false + allow_aggregations: true columns: - average_time - height diff --git a/hasura/metadata/databases/callisto/tables/public_average_block_time_per_minute.yaml b/hasura/metadata/databases/callisto/tables/public_average_block_time_per_minute.yaml index cdb7dae58..e2a0da8ae 100644 --- a/hasura/metadata/databases/callisto/tables/public_average_block_time_per_minute.yaml +++ b/hasura/metadata/databases/callisto/tables/public_average_block_time_per_minute.yaml @@ -3,7 +3,7 @@ table: schema: public select_permissions: - permission: - allow_aggregations: false + allow_aggregations: true columns: - average_time - height diff --git a/hasura/metadata/databases/callisto/tables/public_block.yaml b/hasura/metadata/databases/callisto/tables/public_block.yaml index 98c322190..ec95e8b15 100644 --- a/hasura/metadata/databases/callisto/tables/public_block.yaml +++ b/hasura/metadata/databases/callisto/tables/public_block.yaml @@ -51,7 +51,7 @@ array_relationships: schema: public select_permissions: - permission: - allow_aggregations: false + allow_aggregations: true columns: - num_txs - height diff --git a/hasura/metadata/databases/callisto/tables/public_message.yaml b/hasura/metadata/databases/callisto/tables/public_message.yaml index fe6a4c31a..5a8819c7b 100644 --- a/hasura/metadata/databases/callisto/tables/public_message.yaml +++ b/hasura/metadata/databases/callisto/tables/public_message.yaml @@ -13,7 +13,7 @@ object_relationships: transaction_hash: hash select_permissions: - permission: - allow_aggregations: false + allow_aggregations: true columns: - transaction_hash - index diff --git a/hasura/metadata/databases/callisto/tables/public_proposal_tally_result.yaml b/hasura/metadata/databases/callisto/tables/public_proposal_tally_result.yaml index 451d91e07..c343d23a9 100644 --- a/hasura/metadata/databases/callisto/tables/public_proposal_tally_result.yaml +++ b/hasura/metadata/databases/callisto/tables/public_proposal_tally_result.yaml @@ -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 diff --git a/hasura/metadata/databases/callisto/tables/public_transaction.yaml b/hasura/metadata/databases/callisto/tables/public_transaction.yaml index c4a0925e2..ad5d9f7f5 100644 --- a/hasura/metadata/databases/callisto/tables/public_transaction.yaml +++ b/hasura/metadata/databases/callisto/tables/public_transaction.yaml @@ -7,7 +7,7 @@ object_relationships: foreign_key_constraint_on: height select_permissions: - permission: - allow_aggregations: false + allow_aggregations: true columns: - hash - height diff --git a/hasura/metadata/databases/callisto/tables/public_validator_info.yaml b/hasura/metadata/databases/callisto/tables/public_validator_info.yaml index 21ba11519..511f7e37a 100644 --- a/hasura/metadata/databases/callisto/tables/public_validator_info.yaml +++ b/hasura/metadata/databases/callisto/tables/public_validator_info.yaml @@ -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 diff --git a/hasura/metadata/databases/callisto/tables/public_vesting_account.yaml b/hasura/metadata/databases/callisto/tables/public_vesting_account.yaml index aba91ce74..f97e6d4cb 100644 --- a/hasura/metadata/databases/callisto/tables/public_vesting_account.yaml +++ b/hasura/metadata/databases/callisto/tables/public_vesting_account.yaml @@ -15,7 +15,7 @@ array_relationships: schema: public select_permissions: - permission: - allow_aggregations: false + allow_aggregations: true columns: - type - address