test(storage): integration test for migrate-tier (FED-M1-08) + camelCase column fix (#477)

This commit is contained in:
2026-04-20 01:40:02 +00:00
parent 78251d4af8
commit 15d849c166
6 changed files with 452 additions and 7 deletions
+2
View File
@@ -6,6 +6,7 @@
"url": "https://git.mosaicstack.dev/mosaicstack/stack.git",
"directory": "packages/storage"
},
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
@@ -29,6 +30,7 @@
"postgres": "^3.4.8"
},
"devDependencies": {
"drizzle-orm": "^0.45.1",
"typescript": "^5.8.0",
"vitest": "^2.0.0"
},