Placeholder while updating query
This commit is contained in:
@@ -20,10 +20,13 @@ CREATE TABLE IF NOT EXISTS api_keys (
|
||||
key TEXT PRIMARY KEY NOT NULL,
|
||||
user_id BIGINT NOT NULL,
|
||||
user_name TEXT NOT NULL,
|
||||
access_mask INT
|
||||
access_mask INT,
|
||||
created_at TIMESTAMPTZ NOT NULL,
|
||||
last_used_at TIMESTAMPTZ
|
||||
);
|
||||
CREATE TABLE IF NOT EXISTS dice_thresholds (
|
||||
CREATE TABLE IF NOT EXISTS dice_track (
|
||||
id UUID PRIMARY KEY NOT NULL DEFAULT gen_random_uuid(),
|
||||
guild_id BIGINT NOT NULL,
|
||||
owner_id BIGINT NOT NULL,
|
||||
dice TEXT NOT NULL,
|
||||
user_id BIGINT,
|
||||
|
||||
Reference in New Issue
Block a user