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 fdefaf1 commit 6820624
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/data/db/setup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,12 @@ CREATE TABLE IF NOT EXISTS users (
id INTEGER PRIMARY KEY AUTOINCREMENT,
user_id TEXT,
displayName TEXT,
avatar TEXT,
phone TEXT,
email TEXT,
bio TEXT,
address TEXT,
dob TEXT,
crypt TEXT,
confirmed INTEGER DEFAULT 0,
nonce TEXT,
Expand Down

0 comments on commit 6820624

Please sign in to comment.