Skip to content

Commit

Permalink
Dangerfile updates for db migration (#16511)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmtolmach authored Apr 29, 2024
1 parent c42f6d2 commit fe41990
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,10 @@ module VSPDanger
- #{app_files.join "\n- "}
</details>
Database migrations do not run automatically with vets-api deployments. Application code must always be
backwards compatible with the DB, both before and after migrations have been run. For more info:
Application code must always be backwards compatible with the DB,
both before and after migrations have been run. For more info:
- [`vets-api` Database Migrations](https://depo-platform-documentation.scrollhelp.site/developer-docs/Vets-API-Database-Migrations.689832034.html)
- [`vets-api` Deployment Process](https://depo-platform-documentation.scrollhelp.site/infrastructure/Deployment-process.590970953.html)
- [vets-api Database Migrations](https://depo-platform-documentation.scrollhelp.site/developer-docs/Vets-API-Database-Migrations.689832034.html)
EMSG
end

Expand Down

0 comments on commit fe41990

Please sign in to comment.