From 46c264a02ebd889af53a7dc82d66dfccec139cae Mon Sep 17 00:00:00 2001 From: blam Date: Mon, 25 Jul 2022 11:09:47 +0200 Subject: [PATCH] chore: updating changeset Signed-off-by: blam --- .changeset/purple-apricots-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/purple-apricots-build.md b/.changeset/purple-apricots-build.md index aa4f2fa4b5..da473070c9 100644 --- a/.changeset/purple-apricots-build.md +++ b/.changeset/purple-apricots-build.md @@ -2,4 +2,4 @@ '@backstage/backend-common': patch --- -**BREAKING** The config prop `ensureExists` now applies to schema creation when `pluginDivisionMode` is set to `schema`. This means schemas will no longer be automatically created when `ensureExists` is set to `false`. In this case the `pg` database as well as each `schema` must be created out of band. +The config prop `ensureExists` now applies to schema creation when `pluginDivisionMode` is set to `schema`. This means schemas will no longer accidentally be automatically created when `ensureExists` is set to `false`.