Test PR #656 stripe DB migration and verify schema #668

Open
opened 2026-04-11 10:25:47 -04:00 by pook · 0 comments
Owner

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)

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)*
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pook/compliancebot#668
No description provided.