mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Fix typo in nonces.sql
This commit is contained in:
parent
e5730f4cbc
commit
a242390fc1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
CREATE TABLE public.nonces
|
||||
(
|
||||
nonce text,
|
||||
expire timestamp with time zone,
|
||||
expire timestamp with time zone
|
||||
)
|
||||
WITH (
|
||||
OIDS=FALSE
|
||||
|
|
Loading…
Reference in a new issue