cli icon indicating copy to clipboard operation
cli copied to clipboard

supabase db reset doesnt reset supabase_functions.hooks and so

Open Shabinder opened this issue 1 year ago • 1 comments

Describe the bug

supabase db reset doesnt reset supabase_functions.hooks and so

To Reproduce

Run supabase db reset targetting a db-url

Expected behavior

  • All db should be reset to clean state, and then restore should work.

Shabinder avatar Sep 18 '24 19:09 Shabinder

Doing this:

DELETE FROM supabase_functions.hooks;

and then performing restore as per docs worked.

Shabinder avatar Sep 18 '24 19:09 Shabinder