supabase / cli

Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
https://supabase.com/docs/reference/cli/about
MIT License
1.07k stars 208 forks source link

supabase db reset doesnt reset supabase_functions.hooks and so #2696

Open Shabinder opened 1 month ago

Shabinder commented 1 month ago

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

Shabinder commented 1 month ago

Doing this:

DELETE FROM supabase_functions.hooks;

and then performing restore as per docs worked.