fix: user: timez / timestampz typo in DB model

master
Jean-Louis Huynen 2019-04-26 14:40:36 +02:00
parent 4b37ae11b5
commit 46dbd20e4b
No known key found for this signature in database
GPG Key ID: 64799157F4BD6B93
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ CREATE TABLE public."sessionRecord"(
dst_port int4 NOT NULL,
src_port int4 NOT NULL,
hash_ja3 bytea NOT NULL,
"timestamp" time(0) with time zone,
"timestamp" timestamp(0) with time zone,
CONSTRAINT "sessionRecord_pk" PRIMARY KEY (id)
);