From 629b0c8899efd9e0ca182b736002c2afc9f0f081 Mon Sep 17 00:00:00 2001 From: Adam Hendel <15756360+ChuckHend@users.noreply.github.com> Date: Wed, 18 Oct 2023 13:23:21 -0500 Subject: [PATCH] change category --- contrib/pg_graphql/Trunk.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pg_graphql/Trunk.toml b/contrib/pg_graphql/Trunk.toml index d565ec15..3e57ed90 100644 --- a/contrib/pg_graphql/Trunk.toml +++ b/contrib/pg_graphql/Trunk.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" description = "pg_graphql adds GraphQL support to your PostgreSQL database." homepage = "https://supabase.com" documentation = "https://supabase.github.io/pg_graphql" -categories = ["machine_learning"] +categories = ["Data / Transformations"] [build] postgres_version = "15"