feat: ASRX hybrid pipeline, identity history, worker fixes, checkpoint system
This commit is contained in:
15
release/dev_upgrade_v1.0.3/UPGRADE.md
Normal file
15
release/dev_upgrade_v1.0.3/UPGRADE.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Dev Upgrade v1.0.3
|
||||
|
||||
## Steps
|
||||
|
||||
```bash
|
||||
# 1. Apply migration
|
||||
psql -U accusys -d momentry < schema/migration_v1.0.3.sql
|
||||
|
||||
# 2. Replace binary
|
||||
cp bin/momentry_playground /Users/accusys/momentry_core_0.1/target/debug/
|
||||
|
||||
# 3. Restart
|
||||
pkill momentry_playground
|
||||
DATABASE_SCHEMA=dev /Users/accusys/momentry_core_0.1/target/debug/momentry_playground server --port 3003
|
||||
```
|
||||
BIN
release/dev_upgrade_v1.0.3/bin/momentry_playground
Executable file
BIN
release/dev_upgrade_v1.0.3/bin/momentry_playground
Executable file
Binary file not shown.
10
release/dev_upgrade_v1.0.3/schema/migration_v1.0.3.sql
Normal file
10
release/dev_upgrade_v1.0.3/schema/migration_v1.0.3.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- Migration: dev schema v1.0.3
|
||||
-- Date: 2026-05-11
|
||||
-- Auto-generated from current DB schema
|
||||
|
||||
SET search_path TO dev;
|
||||
|
||||
ALTER TABLE dev.face_detections ADD COLUMN IF NOT EXISTS timestamp_secs float8;
|
||||
|
||||
-- Chunk index removals (already applied)
|
||||
-- chunk_vectors: standard columns
|
||||
4863
release/public_schema_v1.0.0.sql
Normal file
4863
release/public_schema_v1.0.0.sql
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user