zomhub/

migration-planner

workflow

Plans a schema change, writes the migration, checks it on a branch.

v1.0.03 agents 0 clones0 this weekMIT
$ zom clone zomhub/migration-planner

zom asks which tool you use and places the files for it.

Migration planner

Plans a schema change, writes the migration, checks it on a branch.

What it does

  1. Planner writes the change plan.
  2. Migration author writes the migration with a downgrade.
  3. Migration checker applies it to a branch and reports.

Env

Copy .env.example to .env and fill in:

  • DATABASE_URL: Connection string for a disposable database branch

Run

claude  # then: /migrate "add stars table"

zom clone asks which agent tool you use and places the files for it.