mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
add new totp_secret column to sql config
This commit is contained in:
parent
c7b3657878
commit
c8c35e105f
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ CREATE TABLE 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 a new issue