Fix typo in nonces.sql

pull/258/head
Omar Roth 6 years ago
parent e5730f4cbc
commit a242390fc1

@ -5,7 +5,7 @@
CREATE TABLE public.nonces CREATE TABLE public.nonces
( (
nonce text, nonce text,
expire timestamp with time zone, expire timestamp with time zone
) )
WITH ( WITH (
OIDS=FALSE OIDS=FALSE

Loading…
Cancel
Save