Skip to content

Commit 5eb3804

Browse files
Remove salary_log_trigger from schema.sql
Removed salary_log_trigger from salary table.
1 parent 7c99a83 commit 5eb3804

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

schema/schema.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ CREATE TABLE "public"."salary" (
6666

6767
CREATE INDEX "idx_salary_amount" ON ONLY "public"."salary" (amount);
6868

69-
CREATE TRIGGER salary_log_trigger AFTER DELETE OR UPDATE ON public.salary FOR EACH ROW EXECUTE FUNCTION public.log_dml_operations();
70-
7169
CREATE TABLE "public"."t0" (
7270
"id" serial,
7371
"username" text NOT NULL,

0 commit comments

Comments
 (0)