Skip to content

Commit 1d70d13

Browse files
committed
fix
1 parent 4dc09fa commit 1d70d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ END;
8989
$$ LANGUAGE plpgsql;
9090

9191
-- only log update and delete, otherwise, it will cause too much change.
92-
CREATE TRIGGER public.salary_log_trigger
92+
CREATE TRIGGER salary_log_trigger
9393
AFTER UPDATE OR DELETE ON public.salary
9494
FOR EACH ROW
9595
EXECUTE FUNCTION public.log_dml_operations();

0 commit comments

Comments
 (0)