Skip to content

Commit

Permalink
Merge pull request #950 from Cap-go/fix_legacy_triggers
Browse files Browse the repository at this point in the history
feat: drop legacy triggers
  • Loading branch information
riderx authored Jan 4, 2025
2 parents 0c15c30 + 1162c92 commit 1d7feef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions supabase/migrations/20250101044339_drop_legacy_triggers.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
DROP TRIGGER IF EXISTS prevent_steal_org ON "public"."orgs";
DROP FUNCTION IF EXISTS prevent_steal_org();

DROP TRIGGER IF EXISTS force_valid_user_id_apps ON public.apps;
DROP FUNCTION IF EXISTS force_valid_user_id_apps();

0 comments on commit 1d7feef

Please sign in to comment.