convex-migrate

安装量: 10.1K
排名: #1561

安装

npx skills add https://github.com/get-convex/agent-skills --skill convex-migrate

Migrate the schema / data on a live app Change a deployed schema without breaking existing data: stage the schema change, install @convex-dev/migrations, write a backfill that makes old rows valid, run it, and verify before tightening the validator. Workflow Make the new field optional first (so deploy doesn't reject existing rows). Install @convex-dev/migrations; write a migration that backfills/transforms existing rows. Run the migration; verify all rows are valid. Tighten the validator (make the field required) once the backfill is complete. Rules Never tighten a validator before the backfill completes — it rejects existing rows and breaks the live app. Add new fields as optional first, migrate, then require. Verify row counts before and after. Installs 918 Repository get-convex/agent-skills GitHub Stars 42 First Seen 2 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜