Skip to content

Commit 4fe0da6

Browse files
committed
chore: modify column
1 parent 82385c1 commit 4fe0da6

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
@@ -5,7 +5,7 @@ CREATE TABLE "public"."audit" (
55
"operation" text NOT NULL,
66
"query" text,
77
"user_name" text NOT NULL,
8-
"changed_at" timestamp(6) with time zone DEFAULT CURRENT_TIMESTAMP,
8+
"changed_at" timestamptz DEFAULT now(),
99
CONSTRAINT "audit_pkey" PRIMARY KEY (id)
1010
);
1111

0 commit comments

Comments
 (0)