Fix typo in nonces.sql

This commit is contained in:
Omar Roth 2018-11-20 13:14:13 -06:00
parent e5730f4cbc
commit a242390fc1
1 changed files with 1 additions and 1 deletions

View File

@ -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