fix(awooop): cast outbound sent status timestamp gate
This commit is contained in:
@@ -7304,4 +7304,9 @@ python -m py_compile src/services/channel_hub.py src/services/telegram_gateway.p
|
||||
OK
|
||||
```
|
||||
|
||||
**production smoke 途中補修**:
|
||||
|
||||
- rollback transaction smoke 抓到 asyncpg bind parameter 型別推論問題:`CASE WHEN :send_status = 'sent'` 會被推成 text/varchar ambiguous。
|
||||
- 已改成 `CASE WHEN CAST(:send_status AS text) = 'sent' THEN NOW() ELSE NULL END`,避免 outbound mirror 在 production 寫入時失敗。
|
||||
|
||||
**目前整體進度**:約 69%。
|
||||
|
||||
Reference in New Issue
Block a user