Skip to content

Commit

Permalink
feat: remove update trigger (use rabbitmq) instead (#864)
Browse files Browse the repository at this point in the history
Co-authored-by: Possawat Suksai <[email protected]>
  • Loading branch information
ImSoZRious and iammarkps authored May 5, 2024
1 parent d25fbbc commit 0874be7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prisma/migrations/20230707110000_remove_trigger/migration.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DROP FUNCTION public.notify_update_submission;

DROP TRIGGER on_update ON public.submission;

0 comments on commit 0874be7

Please sign in to comment.