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
(
nonce text,
expire timestamp with time zone,
expire timestamp with time zone
)
WITH (
OIDS=FALSE

Loading…
Cancel
Save