From 08d66d0707e41bbafd5d0fdc81461d99a2331e9a Mon Sep 17 00:00:00 2001 From: Rebecca Tolmach <10993987+rmtolmach@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:08:51 -0400 Subject: [PATCH] update db migrate danger message --- Dangerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dangerfile b/Dangerfile index d0136aa6e82..7d2f0f29981 100644 --- a/Dangerfile +++ b/Dangerfile @@ -218,8 +218,8 @@ module VSPDanger - #{app_files.join "\n- "} - 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) EMSG