Schema migration strategies for evolving applications including adding new fields, backfilling data, removing deprecated fields, index migrations, and…
Convex Migrations Evolve your Convex database schema safely with patterns for adding fields, backfilling data, removing deprecated fields, and maintaining zero-downtime deployments. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/database/schemas Schema Overview: https://docs.convex.dev/database Migration Patterns: https://stack.convex.dev/migrate-data-postgres-to-convex For broader context: https://docs.convex.dev/llms.txt Instructions Migration Philosophy Convex handles schema evolution differently than traditional databases:
don't have the plugin yet? install it then click "run inline in claude" again.