What is convex-migrations?
Database migrations and schema evolution in Convex. Use when adding new fields, changing data structures, backfilling data, renaming fields, or performing zero-downtime schema changes. Source: aaronvanston/skills-convex.
Database migrations and schema evolution in Convex. Use when adding new fields, changing data structures, backfilling data, renaming fields, or performing zero-downtime schema changes.
Quickly install convex-migrations AI skill to your development environment via command line
Source: aaronvanston/skills-convex.
After migration, update schema to require new field and remove old:
Remove from schema and redeploy - old index is dropped automatically.
Database migrations and schema evolution in Convex. Use when adding new fields, changing data structures, backfilling data, renaming fields, or performing zero-downtime schema changes. Source: aaronvanston/skills-convex.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aaronvanston/skills-convex --skill convex-migrations Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
Stable fields and commands for AI/search citations.
npx skills add https://github.com/aaronvanston/skills-convex --skill convex-migrationsDatabase migrations and schema evolution in Convex. Use when adding new fields, changing data structures, backfilling data, renaming fields, or performing zero-downtime schema changes. Source: aaronvanston/skills-convex.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aaronvanston/skills-convex --skill convex-migrations Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/aaronvanston/skills-convex