supabase / pg_graphql

GraphQL support for PostgreSQL
https://supabase.github.io/pg_graphql
Apache License 2.0
2.88k stars 101 forks source link

Update default version of pg_graphql on Supabase hosting #425

Closed dns-developers closed 11 months ago

dns-developers commented 12 months ago

I was told to bring this issue up here but I apologize if this is not the appropriate place to do so.

Currently, the default version of pg_graphql on the Supabase hosted databases is 1.2.3 and I'd like to request an upgrade to at least 1.3 so that we have the new or, and, and not filter operators available to us.

imor commented 12 months ago

Hi @dns-developers, we can upgrade pg_graphl in your project to 1.3 if you share your project ref.

dns-developers commented 12 months ago

Hi @dns-developers, we can upgrade pg_graphl in your project to 1.3 if you share your project ref.

Hi, here's the ref for our project: sfeyiyfouesiqfonqjzv

Thanks!

imor commented 11 months ago

@dns-developers, we have made 1.3.0 available for your project, you can run the following commands to update to it:

drop extension pg_graphql;
create extension pg_graphql;
dns-developers commented 11 months ago

Thank you! Really appreciate this.

imor commented 11 months ago

I'm closing this, feel free to contact us here or via support if you need any help.