fix: source_post_id INTEGER → BIGINT (Synology Chat post_id 범위 초과)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -14,7 +14,7 @@ CREATE TABLE IF NOT EXISTS retrospect.entries (
|
|||||||
confidence REAL DEFAULT 0.0,
|
confidence REAL DEFAULT 0.0,
|
||||||
source VARCHAR(20) DEFAULT 'chat',
|
source VARCHAR(20) DEFAULT 'chat',
|
||||||
reviewed BOOLEAN DEFAULT FALSE,
|
reviewed BOOLEAN DEFAULT FALSE,
|
||||||
source_post_id INTEGER,
|
source_post_id BIGINT,
|
||||||
username VARCHAR(100)
|
username VARCHAR(100)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user