test(database): include rectification regenerations in schema snapshot
Independent Staging Quality Gate / validate (push) Successful in 13m27s
Independent Staging Quality Gate / publish (push) Successful in 7m48s

This commit is contained in:
Jesse_Chen
2026-08-14 00:45:05 +08:00
parent 2e17ccad64
commit b4031eff8c
2 changed files with 4 additions and 2 deletions
@@ -50,6 +50,7 @@ test("local PostgreSQL applies the reviewed business schema and serves authentic
assert.match(migration.stdout, /applied 20260811010000_consultation_status_service_role_read\.sql/);
assert.match(migration.stdout, /applied 20260812010000_agentic_rectification_v9_runtime\.sql/);
assert.match(migration.stdout, /applied 20260813010000_agentic_rectification_v9_agent_api\.sql/);
assert.match(migration.stdout, /applied 20260813060000_rectification_turn_regeneration\.sql/);
assert.equal(
fixture.psql(`
@@ -116,6 +117,7 @@ test("local PostgreSQL applies the reviewed business schema and serves authentic
"agentic_rectification_results",
"agentic_rectification_run_phases",
"agentic_rectification_tool_receipts",
"agentic_rectification_turn_regenerations",
"agentic_rectification_turns",
"billing_products",
"birth_time_rectification_action_receipts",