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.09k stars 212 forks source link

fix: drop webhooks request history on remote reset #2892

Closed sweatybridge closed 1 week ago

sweatybridge commented 2 weeks ago

What kind of change does this PR introduce?

Bug fix https://github.com/supabase/cli/issues/2696

What is the new behavior?

Also clears supabase_functions.hooks table on reset.

Additional context

Add any other context or screenshots.

coveralls commented 2 weeks ago

Pull Request Test Coverage Report for Build 11855914477

Details


Files with Coverage Reduction New Missed Lines %
internal/storage/rm/rm.go 2 89.53%
internal/gen/keys/keys.go 5 12.9%
<!-- Total: 7 -->
Totals Coverage Status
Change from base Build 11855552688: -0.03%
Covered Lines: 6386
Relevant Lines: 10705

💛 - Coveralls