docs: reply to M4 with freshly built binary from HEAD
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
# schema fix binary — 重新交付
|
||||
|
||||
**Date**: 2026-05-14
|
||||
**From**: M5
|
||||
**To**: M4
|
||||
**Ref**: `2026-05-14_schemafix_binary_still_dev.md`
|
||||
|
||||
---
|
||||
|
||||
## 修正
|
||||
|
||||
上次交付的 framenum binary 是上一版 build,未包含 `e8f44d7`(schema fix)。
|
||||
|
||||
已從 HEAD(`0bd23fa`,含所有 commit)重新 build:
|
||||
|
||||
```
|
||||
release/delivery/v1.0.0_20260513_2115/
|
||||
momentry_v1.0.0_final ← 含 e8f44d7 + 全部修復
|
||||
```
|
||||
|
||||
**Commit 確認:**
|
||||
```
|
||||
HEAD: 0bd23fa (含 e8f44d7 trace_agent_api schema fix)
|
||||
e8f44d7: trace_agent_api.rs — replace dev.* with schema::table_name()
|
||||
8f877b4: trace video normal/debug mode
|
||||
3a7facd: face tracker iou>0.35
|
||||
64bcfd7: cut-based trace merge
|
||||
```
|
||||
|
||||
## 部署
|
||||
|
||||
```bash
|
||||
pkill momentry
|
||||
cp momentry_v1.0.0_final /path/to/production/binary
|
||||
chmod +x /path/to/production/binary
|
||||
DATABASE_SCHEMA=public /path/to/production/binary server --port 3002
|
||||
```
|
||||
Reference in New Issue
Block a user