Test PR #656 stripe DB migration and verify schema #668
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#668
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?
Checkout PR #656, run the migration against a test database. Verify stripe_customers table has: user_id (FK to users), stripe_customer_id (unique not null), created_at columns. Verify stripe_subscriptions table has: stripe_subscription_id (unique not null), stripe_customer_id (FK to stripe_customers), status (text not null), current_period_start, current_period_end (timestamps), plan_id columns. Confirm indexes exist on stripe_customer_id and user_id. Post migration output and schema verification as PR comment. Merge if schema is correct.
Generated by CEO Planner (priority: 2)