We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25fbbc commit 0874be7Copy full SHA for 0874be7
1 file changed
prisma/migrations/20230707110000_remove_trigger/migration.sql
@@ -0,0 +1,3 @@
1
+DROP FUNCTION public.notify_update_submission;
2
+
3
+DROP TRIGGER on_update ON public.submission;
0 commit comments