We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc09fa commit 1d70d13Copy full SHA for 1d70d13
schema/schema.sql
@@ -89,7 +89,7 @@ END;
89
$$ LANGUAGE plpgsql;
90
91
-- only log update and delete, otherwise, it will cause too much change.
92
-CREATE TRIGGER public.salary_log_trigger
+CREATE TRIGGER salary_log_trigger
93
AFTER UPDATE OR DELETE ON public.salary
94
FOR EACH ROW
95
EXECUTE FUNCTION public.log_dml_operations();
0 commit comments