v1.12.0
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.