From 6609a1707bad5817d486165a788dcf8b818a06f0 Mon Sep 17 00:00:00 2001 From: bforbis Date: Wed, 19 Apr 2023 10:15:06 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Johan Haals Signed-off-by: bforbis --- .changeset/eighty-olives-live.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/eighty-olives-live.md b/.changeset/eighty-olives-live.md index 88dd768103..16898701f4 100644 --- a/.changeset/eighty-olives-live.md +++ b/.changeset/eighty-olives-live.md @@ -1,5 +1,5 @@ --- -'@backstage/backend-common': minor +'@backstage/backend-common': patch --- -Defaults the connection.application_name of the database connections created for each plugin. +Updated the `DatabaseManager` to include the plugin id in the Postgres application name of the database connections created for each plugin.