test(report): register personal reports in database fixture
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user