| name | supabase-deployment |
| description | Deploy Supabase schema changes, manage migrations, maintain production database integrity. |
Supabase Deployment
Deploy database migrations safely with idempotent SQL and multi-tenant isolation.
When to Use
- Creating new database migrations
- Deploying schema changes to production
- Troubleshooting migration issues
- Setting up new environments
Quick Start
npx supabase migration new your_change_description
npx supabase db reset
npx supabase gen types typescript --local > src/lib/database/types/database-generated.ts
npx supabase db push
Project Details
- Project ID:
yvnuayzslukamizrlhwb
- Region:
ap-southeast-2 (Sydney)
- Pooler (6543): Serverless, API routes
- Direct (5432): Migrations, admin ops
Pre-Deployment Checklist
Critical Tables (Review Required)
elder_review_queue - Elder approval workflow
cultural_protocols - Community protocols
consent_change_log - GDPR audit trail
Reference Files
| Topic | File |
|---|
| Migration patterns | refs/migration-patterns.md |
| Deployment workflow | refs/workflow.md |
| Troubleshooting | refs/troubleshooting.md |
Related Skills
supabase-connection - Database clients
supabase-sql-manager - SQL operations
cultural-review - Cultural safety check