test(database): include rectification regenerations in schema snapshot
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user