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 0fe5019 commit fdefaf1
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 @@ -72,6 +72,7 @@ CREATE TABLE IF NOT EXISTS users (
login_count INTEGER DEFAULT 0,
is_admin INTEGER DEFAULT 0,
is_super_admin INTEGER DEFAULT 0,
is_developer INTEGER DEFAULT 0,
created_at TIMESTAMP,
status INTEGER DEFAULT 0
);

0 comments on commit fdefaf1

Please sign in to comment.