forked from midou/invidious
Fix typo in nonces.sql
This commit is contained in:
parent
e5730f4cbc
commit
a242390fc1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user