Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 198 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 198 Bytes

Create migrations

pnpm run typeorm migration:generate ./src/migrations/ -d ./src/typeorm.ts

Run migrations

pnpm run build
pnpm run typeorm migration:run -d ./src/typeorm.ts