Verify migration #656 tables have indexes on user_id and stripe_customer_id #747
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#747
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?
Check the migration file from PR #656 for CREATE INDEX statements on stripe_customers and stripe_subscriptions. Required indexes: stripe_customers(user_id), stripe_customers(stripe_customer_id) UNIQUE, stripe_subscriptions(user_id). If any are missing, create a new migration file adding them. These are critical for billing route query performance at scale. Acceptance: all indexes exist, EXPLAIN ANALYZE on a sample query shows index scan.
Generated by CEO Planner (priority: 3)