Skip to content

Commit 452ecaf

Browse files
fix(db): resolve duplicate migration versions (unblock db reset/push)
Two pre-existing master migrations both used version 20260719120000 (guard_parallel_subscriptions #459 + platform_expiry_http_cron #462), which made `supabase db reset`/`push` fail on schema_migrations_pkey. Renumber platform_expiry_http_cron → 20260719130000. Also move this PR's change_subscription_plan → 20260719170000 so it doesn't collide with #465's already-shipped 20260719160000_platform_payment_requests_downgrade_type. All four 20260719* migrations now have distinct versions and apply in order on a clean `supabase db reset`. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LVTsGCEjPyjwtjJs6qSmhR
1 parent 78f6846 commit 452ecaf

2 files changed

File tree

supabase/migrations/20260719120000_platform_expiry_http_cron.sql renamed to supabase/migrations/20260719130000_platform_expiry_http_cron.sql

File renamed without changes.

supabase/migrations/20260719160000_change_subscription_plan.sql renamed to supabase/migrations/20260719170000_change_subscription_plan.sql

File renamed without changes.

0 commit comments

Comments
 (0)