Error:Extension "pg_graphqL" has no update path from version "1.5.9" to "1.5.11"
Issue: Extension pg_graphql is using version 1.5.9 but version 1.5.11 is available. Using outdated extension versions may expose the database to security vulnerabilities.
But when I run the SQL: ALTER EXTENSION pg_graphql UPDATE TO '1.5.11';
I receive an error: Extension "pg_graphqL" has no update path from version "1.5.9" to "1.5.11"
Can anybody help?
But when I run the SQL: ALTER EXTENSION pg_graphql UPDATE TO '1.5.11';
I receive an error: Extension "pg_graphqL" has no update path from version "1.5.9" to "1.5.11"
Can anybody help?
