Skip to content

v1.12.0

Choose a tag to compare

@github-actions github-actions released this 11 Nov 04:24
· 3861 commits to main since this release
5ec281f

1.12.0 (2022-11-11)

Features

Action Required

If you have generated initial migration using db remote commit, you might run into errors with pg_graphql after upgrading.

Error: ERROR: function graphql.get_built_schema_version() does not exist (SQLSTATE 42883)

You can fix it by commenting out all lines that start with GRANT ALL ON FUNCTION "graphql" in the generated supabase/<timestamp>_remote_commit.sql file.