什么是 convex-migrations?
Convex 中的数据库迁移和模式演变。在添加新字段、更改数据结构、回填数据、重命名字段或执行零停机架构更改时使用。 来源:aaronvanston/skills-convex。
Convex 中的数据库迁移和模式演变。在添加新字段、更改数据结构、回填数据、重命名字段或执行零停机架构更改时使用。
通过命令行快速安装 convex-migrations AI 技能到你的开发环境
来源:aaronvanston/skills-convex。
After migration, update schema to require new field and remove old:
Remove from schema and redeploy - old index is dropped automatically.
Convex 中的数据库迁移和模式演变。在添加新字段、更改数据结构、回填数据、重命名字段或执行零停机架构更改时使用。 来源:aaronvanston/skills-convex。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/aaronvanston/skills-convex --skill convex-migrations 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/aaronvanston/skills-convex --skill convex-migrationsConvex 中的数据库迁移和模式演变。在添加新字段、更改数据结构、回填数据、重命名字段或执行零停机架构更改时使用。 来源:aaronvanston/skills-convex。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/aaronvanston/skills-convex --skill convex-migrations 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/aaronvanston/skills-convex