Skip to content

Commit

Permalink
fix: drop webhooks request history on remote reset
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Nov 15, 2024
1 parent 2dad0bf commit 8000320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/migration/queries/drop.sql
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ begin
from pg_class c
where
(c.relnamespace::regnamespace::name = 'auth' and c.relname != 'schema_migrations'
or c.relnamespace::regnamespace::name = 'supabase_functions' and c.relname != 'migrations'
or c.relnamespace::regnamespace::name = 'supabase_migrations')
and c.relkind = 'r'
loop
Expand Down

0 comments on commit 8000320

Please sign in to comment.