Fix typo in nonces.sql

This commit is contained in:
Omar Roth 2018-11-20 13:14:13 -06:00
parent e5730f4cbc
commit a242390fc1

View File

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