Move migration pipeline from bash + MSSQL to TypesScript/JS.
Make pipeline run in production.
NOTE: the seeds are per-environment, so there are no seeds that run in production currently, only in development.
Testing Instructions
Boot the production version of the app locally via docker compose up --build
Fixes https://yg-hpw.atlassian.net/browse/ELCC-23
Context
See https://github.com/icefoganalytics/travel-authorization/pull/67 and and whatever code is currently running in the travel-authorization project.
Implementation
Move migration pipeline from bash + MSSQL to TypesScript/JS. Make pipeline run in production. NOTE: the seeds are per-environment, so there are no seeds that run in production currently, only in development.
Testing Instructions
docker compose up --build