Skip to content

Commit

Permalink
Update setup.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
asilvafx authored Nov 15, 2024
1 parent bbb4ba4 commit 2221745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/data/db/setup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ CREATE TABLE IF NOT EXISTS users (
last_online TEXT,
login_alerts INTEGER DEFAULT 0,
twofactor INTEGER DEFAULT 0,
twofactor_sk TEXT,
passkey INTEGER DEFAULT 0,
pin INTEGER DEFAULT 0,
login_count INTEGER DEFAULT 0,
Expand Down

0 comments on commit 2221745

Please sign in to comment.