fix: recover Workbench terminal outbox projection

This commit is contained in:
lyon
2026-06-20 20:06:33 +08:00
parent c4e44e1db8
commit bad5a478bd
7 changed files with 256 additions and 16 deletions
@@ -505,7 +505,7 @@ CREATE TABLE IF NOT EXISTS hwlab_schema_migrations (
INSERT INTO hwlab_schema_migrations (id, schema_version, applied_at, migration_json)
VALUES (
'0001_cloud_core_skeleton',
'runtime-durable-postgres-v4',
'runtime-durable-postgres-v5',
CURRENT_TIMESTAMP,
'{"path":"internal/db/migrations/0001_cloud_core_skeleton.sql","runtime":"cloud-api"}'
)