From a242390fc189f2268ee284eb25bda370e1c437e1 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Tue, 20 Nov 2018 13:14:13 -0600 Subject: [PATCH] Fix typo in nonces.sql --- config/sql/nonces.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sql/nonces.sql b/config/sql/nonces.sql index 9693b936..d2ec5be6 100644 --- a/config/sql/nonces.sql +++ b/config/sql/nonces.sql @@ -5,7 +5,7 @@ CREATE TABLE public.nonces ( nonce text, - expire timestamp with time zone, + expire timestamp with time zone ) WITH ( OIDS=FALSE