cli
cli copied to clipboard
supabase db reset doesnt reset supabase_functions.hooks and so
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.
Doing this:
DELETE FROM supabase_functions.hooks;
and then performing restore as per docs worked.