Data

Supabase migration order

Order 0010-0015: persistence, checkout, signoff, growth, master completion, and apply guide.

The database must know about scrolls, jobs, signoff, and audit before live order.

owner action

Apply migrations in production Supabase, record project ref, and check RLS/revoke.

evidence

  • migration log
  • project ref
  • RLS enabled

stop if

  • It is unknown which migrations are already applied.

commands

npm run persistence:checknpm run checkout-delivery:checknpm run production-apply:check

related