From ab424cacf9829c9a5b6181df816eee05434802a7 Mon Sep 17 00:00:00 2001 From: Ian Liu <81595625+ianliuwk1019@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:14:42 -0700 Subject: [PATCH] Dummy change to fix previous merge-to-main not include latest flyway for prod deployment. (#654) Dummy change. --- api/src/migrations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/migrations/README.md b/api/src/migrations/README.md index 329b61b52..db34ff9f4 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).