diff --git a/api/src/migrations/README.md b/api/src/migrations/README.md index 329b61b5..db34ff9f 100644 --- a/api/src/migrations/README.md +++ b/api/src/migrations/README.md @@ -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). \ No newline at end of file + ( -o option: Need to ensure a .js javascript migration is created, not a .ts typescript, to run migrations at startup).