Skip to content

Commit

Permalink
add new totp_secret column to sql config
Browse files Browse the repository at this point in the history
  • Loading branch information
syeopite committed Jul 16, 2021
1 parent c7b3657 commit c8c35e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/sql/users.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ CREATE TABLE public.users
token text,
watched text[],
feed_needs_update boolean,
totp_secret VARCHAR(128)
CONSTRAINT users_email_key UNIQUE (email)
);

Expand Down

0 comments on commit c8c35e1

Please sign in to comment.