feat(storage): mosaic storage migrate-tier with dry-run + idempotency (FED-M1-05) (#474)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline was successful

This commit was merged in pull request #474.
This commit is contained in:
2026-04-20 00:35:08 +00:00
parent 4c2b177eab
commit ccad30dd27
9 changed files with 1486 additions and 17 deletions

View File

@@ -24,7 +24,8 @@
"@electric-sql/pglite": "^0.2.17",
"@mosaicstack/db": "workspace:^",
"@mosaicstack/types": "workspace:*",
"commander": "^13.0.0"
"commander": "^13.0.0",
"postgres": "^3.4.8"
},
"devDependencies": {
"typescript": "^5.8.0",