From d783c64fe2bdcf9e57981e69477d37f9f43e498d Mon Sep 17 00:00:00 2001 From: Marcus Aspin Date: Wed, 17 Jan 2024 10:46:53 +0000 Subject: [PATCH] PI-1777 Reduce length of forename (#3042) (max length of column is 35 characters) "Short-Term Accommodation" is the name used within the service: https://github.com/ministryofjustice/hmpps-approved-premises-api/blob/1e45b3cc69bcd1ebe21a26999f1e4cbdf9b699e1/src/main/kotlin/uk/gov/justice/digital/hmpps/approvedpremisesapi/model/reference/Cas2ApplicationStatusSeeding.kt#L31 --- projects/cas2-and-delius/deploy/database/access.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/cas2-and-delius/deploy/database/access.yml b/projects/cas2-and-delius/deploy/database/access.yml index e6b27ffcad..ee0f1c9d41 100644 --- a/projects/cas2-and-delius/deploy/database/access.yml +++ b/projects/cas2-and-delius/deploy/database/access.yml @@ -8,5 +8,5 @@ database: audit: username: Cas2AndDelius - forename: Bail Accommodation and Support (CAS2) + forename: Short-Term Accommodation (CAS2) surname: Service