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 b4ba8a2 commit c3207f2
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 @@ -67,6 +67,7 @@ CREATE TABLE IF NOT EXISTS users (
pin INTEGER DEFAULT 0,
last_online TEXT,
login_count INTEGER DEFAULT 0,
is_admin INTEGER DEFAULT 0,
created_at TIMESTAMP,
status INTEGER DEFAULT 0
);

0 comments on commit c3207f2

Please sign in to comment.