mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-29 07:58:35 +00:00
add new totp_secret column to sql config
This commit is contained in:
parent
ba067e3deb
commit
71f3053c7b
@ -13,6 +13,7 @@ CREATE TABLE IF NOT EXISTS public.users
|
|||||||
token text,
|
token text,
|
||||||
watched text[],
|
watched text[],
|
||||||
feed_needs_update boolean,
|
feed_needs_update boolean,
|
||||||
|
totp_secret VARCHAR(128)
|
||||||
CONSTRAINT users_email_key UNIQUE (email)
|
CONSTRAINT users_email_key UNIQUE (email)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user