Hi, I have a question, currently trying to follow ...
# help
s
Hi, I have a question, currently trying to follow this tutorial https://supabase.com/docs/guides/local-development#linking-your-project - I created new app, blank - I inited local blank app too. - After running
supabase db remote commit
, I see new file ...
..._remote_commit.sql
in
supabase/migrations
folder, but with so weird script:
Copy code
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?
n
Hello @sang.dang! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
s
This is the second attempt I have tried with supabase and both got stuck. First one was a month ago. I never finish a tutorial without bug or issue "in a weekend". Am I doing something wrong here or supabase needs some special way to use it in which I don't know? Please?
n
Thread was archived by @sang.dang. Anyone can send a message to unarchive it.
sang.dang (2022-05-21)