sang.dang
05/21/2022, 7:18 PMsupabase db remote commit
, I see new file ... ..._remote_commit.sql
in supabase/migrations
folder, but with so weird script:
DROP FUNCTION IF EXISTS graphql.cache_key(role regrole, ast jsonb, variables jsonb);
DROP FUNCTION IF EXISTS graphql.build_delete(ast jsonb, variable_definitions jsonb, variables jsonb, parent_type text, parent_block_name text);
DROP FUNCTION IF EXISTS graphql.build_insert(ast jsonb, variable_definitions jsonb, variables jsonb, parent_type text);
DROP FUNCTION IF EXISTS graphql.build_update(ast jsonb, variable_definitions jsonb, variables jsonb, parent_type text, parent_block_name text);
DROP TABLE IF EXISTS graphql._field CASCADE;
DROP TABLE IF EXISTS graphql._type CASCADE;
....
Is it expected? I didn't change nothing related to graphql
function or extention, why does it want to drop?Needle
05/21/2022, 7:18 PMsang.dang
05/22/2022, 9:45 PMNeedle
05/23/2022, 7:36 PMNeedle
05/23/2022, 7:36 PM