bump discordgo and add support for heartbeat sessions (#203)

This commit is contained in:
Skip R.
2025-11-19 14:33:26 -08:00
committed by GitHub
parent 9eaf213091
commit d7292a0706
7 changed files with 62 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
-- v0 -> v23 (compatible with v19+): Latest revision
-- v0 -> v24 (compatible with v19+): Latest revision
CREATE TABLE guild (
dcid TEXT PRIMARY KEY,
@@ -92,7 +92,8 @@ CREATE TABLE "user" (
space_room TEXT,
dm_space_room TEXT,
read_state_version INTEGER NOT NULL DEFAULT 0
read_state_version INTEGER NOT NULL DEFAULT 0,
heartbeat_session jsonb
);
CREATE TABLE user_portal (