Skip to content

Commit

Permalink
Dummy change to fix previous merge-to-main not include latest flyway …
Browse files Browse the repository at this point in the history
…for prod deployment. (#654)

Dummy change.
  • Loading branch information
ianliuwk1019 authored Jul 2, 2024
1 parent ab4d2ec commit ab424ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/migrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ On execution, the migration config (in ormconfig-migration-{main|test}.ts loads

### To create a new migration empty template
- npm run typeorm migration:create -- -o ./src/migrations/{main|test}/{name-of-new-migration-file}
( -o option: Need to ensure a .js javascript migration is created, not a .ts typescript, to run migrations at startup).
( -o option: Need to ensure a .js javascript migration is created, not a .ts typescript, to run migrations at startup).

0 comments on commit ab424ca

Please sign in to comment.