* Store migrations in a migrations db
Added the -p flag to run_migrations for pipeline to run from
environment variables
Created meta-migrations script to pre-populate migrations_vault_dev
tables with run migrations for those already using the last_migrations
file
* Update dev/helpers/mssql/migrate_migrations.sh
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
* Update dev/helpers/mssql/run_migrations.sh
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
* Remove last_migration file creation
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>