summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/sql/nonces.sql2
1 files changed, 1 insertions, 1 deletions
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