Bugfix/Postgres migration column type (#2026)

fix postgres migration column type
This commit is contained in:
Henry Heng
2024-03-24 19:56:07 +08:00
committed by GitHub
parent 509b2dd36d
commit 7e84049990
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -34,6 +34,7 @@
"prepack": "pnpm build && oclif manifest && oclif readme",
"typeorm": "typeorm-ts-node-commonjs",
"typeorm:migration-generate": "pnpm typeorm migration:generate -d ./src/utils/typeormDataSource.ts",
"typeorm:migration-run": "pnpm typeorm migration:run -d ./src/utils/typeormDataSource.ts",
"watch": "tsc --watch",
"version": "oclif readme && git add README.md"
},