Skip to content

Commit 46dbd20

Browse files
committed
fix: user: timez / timestampz typo in DB model
1 parent 4b37ae1 commit 46dbd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

passivessl.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ CREATE TABLE public."sessionRecord"(
108108
dst_port int4 NOT NULL,
109109
src_port int4 NOT NULL,
110110
hash_ja3 bytea NOT NULL,
111-
"timestamp" time(0) with time zone,
111+
"timestamp" timestamp(0) with time zone,
112112
CONSTRAINT "sessionRecord_pk" PRIMARY KEY (id)
113113

114114
);

0 commit comments

Comments
 (0)