From 518d67e7b9f7b57bba3aa1c1171a429ce9c63669 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 Signed-off-by: zcurrent <84637714+zcurrent@users.noreply.github.com> --- .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.