(data): Add API_timestamp column.
This commit is contained in:
@@ -43,7 +43,8 @@ CREATE TABLE user_config(
|
||||
userid BIGINT PRIMARY KEY,
|
||||
timezone TEXT,
|
||||
topgg_vote_reminder,
|
||||
avatar_hash TEXT
|
||||
avatar_hash TEXT,
|
||||
API_timestamp BIGINT
|
||||
);
|
||||
-- }}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user