diff --git a/hasura/metadata/databases/callisto/functions/functions.yaml b/hasura/metadata/databases/callisto/functions/functions.yaml index 34437fa28..adf820c06 100644 --- a/hasura/metadata/databases/callisto/functions/functions.yaml +++ b/hasura/metadata/databases/callisto/functions/functions.yaml @@ -1 +1,2 @@ - "!include public_messages_by_address.yaml" +- "!include public_messages_by_type.yaml" diff --git a/hasura/metadata/databases/callisto/functions/public_messages_by_type.yaml b/hasura/metadata/databases/callisto/functions/public_messages_by_type.yaml new file mode 100644 index 000000000..24a273185 --- /dev/null +++ b/hasura/metadata/databases/callisto/functions/public_messages_by_type.yaml @@ -0,0 +1,3 @@ +function: + name: messages_by_type + schema: public diff --git a/hasura/metadata/databases/callisto/tables/public_gov_params.yaml b/hasura/metadata/databases/callisto/tables/public_gov_params.yaml index 00078ded3..0f474fea7 100644 --- a/hasura/metadata/databases/callisto/tables/public_gov_params.yaml +++ b/hasura/metadata/databases/callisto/tables/public_gov_params.yaml @@ -6,6 +6,7 @@ select_permissions: allow_aggregations: false columns: - params + - one_row_id - height filter: {} limit: 1