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`.