Ok .. in summary we have a problem: 1. --persist-to will not work since it moves the entire persist
Ok .. in summary we have a problem:
- --persist-to will not work since it moves the entire persistence directory
- the migrate tool goes off wrangler.toml and hence puts migrations to .wrangler/state/v3/d1/<UUID>
- but `npx wrangler pages dev --d1=<BINDING> reads the database off of .wrangler/state/v3/d1/<BINDING>.
- copy database from d1/<BINDING> to d1/<UUID>
- run the migration
- copy migrated database from d1/<UUID> back to d1/<BINDING>



