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 057c150 commit 6cc7b20
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 @@ -4,6 +4,7 @@ CREATE TABLE IF NOT EXISTS api (
api_slug TEXT,
api_usage INTEGER DEFAULT 0,
api_allowed_domains TEXT,
status INTEGER DEFAULT 1,
created_by TEXT,
created_at TIMESTAMP DEFAULT (strftime('%s',CURRENT_TIMESTAMP,'localtime'))
);
Expand Down

0 comments on commit 6cc7b20

Please sign in to comment.