Add structured Discord attachments

This commit is contained in:
ejclaw
2026-04-25 09:20:28 +09:00
parent bdaecb2552
commit 83b7aef494
25 changed files with 892 additions and 53 deletions

View File

@@ -39,6 +39,7 @@ export function applyBaseSchema(database: Database): void {
start_seq INTEGER,
end_seq INTEGER,
result_payload TEXT NOT NULL,
attachment_payload TEXT,
delivery_attempts INTEGER NOT NULL DEFAULT 0,
delivery_message_id TEXT,
last_error TEXT,