Add migration verification test for stripe tables schema #801
Labels
No labels
agent-task
agent-task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pook/compliancebot#801
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The stripe_customers and stripe_subscriptions migration was merged in PR #656. Create test file tests/integration/migrationVerification.test.ts that runs against a test database. Test cases: (1) stripe_customers table exists with columns: id, user_id, stripe_customer_id, created_at, (2) stripe_subscriptions table exists with columns: id, user_id, stripe_subscription_id, status, current_period_end, created_at, (3) foreign key or unique constraints are present on stripe_customer_id and stripe_subscription_id. Use information_schema to query column existence. Acceptance: all tests pass against test database.
Generated by CEO Planner (priority: 3)