일반 메시지 WALL_TIME 저장 회귀 수정

This commit is contained in:
2026-09-03 16:29:48 +00:00
parent abceee8315
commit 000e7e8fa5
3 changed files with 75 additions and 8 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ export const persistMessageEnvelope = async (
${gameContext?.clockRevision ?? 0n},
${gameContext?.deadlineGeneration ?? 0n}
FROM inserted
WHERE ${actionType} IS NOT NULL
WHERE CAST(${actionType} AS text) IS NOT NULL
RETURNING message_id
)
SELECT id FROM inserted