Skip to content

Commit

Permalink
update developer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed May 16, 2023
1 parent 8781017 commit f150c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/developer/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ After making any changes in the `server/libs/database/src/entities`, a database
2. Run

```bash
npm run typeorm -- migration:generate ./libs/infra/src/db/<migration-name> -d ./libs/infra/src/db/config/database.config.ts
npm run typeorm:migrations:generate ./libs/infra/src/<migration-name>
```

3. Check if the migration file makes sense.
Expand Down

0 comments on commit f150c67

Please sign in to comment.