일반 메시지 WALL_TIME 저장 회귀 수정
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user