test(report): register personal reports in database fixture
Staging Backend Quality Gate / validate (pull_request) Successful in 15m5s
Staging Backend Quality Gate / publish (pull_request) Has been skipped

This commit is contained in:
Jesse
2026-08-06 13:36:23 +08:00
parent 58894b201b
commit 94f051f4d0
2 changed files with 18 additions and 0 deletions
@@ -38,6 +38,7 @@ test("local PostgreSQL applies the reviewed business schema and serves authentic
assert.match(migration.stdout, /applied 20260805010000_reconcile_admin_redemption_audit\.sql/);
assert.match(migration.stdout, /applied 20260805020000_reconcile_payment_admin_schema\.sql/);
assert.match(migration.stdout, /applied 20260805030000_reconcile_rectification_v4_conversational_turns\.sql/);
assert.match(migration.stdout, /applied 20260806000000_personal_reports\.sql/);
assert.equal(
fixture.psql(`
@@ -118,6 +119,7 @@ test("local PostgreSQL applies the reviewed business schema and serves authentic
"epay_settings",
"payment_orders",
"payment_packages",
"personal_reports",
"profiles",
"redemption_codes",
"synastry_reports",