Merge pull request #7822 from bomkamp/add-global-pg-plugin-schema-flag

Adding config prop `usePluginSchemas` to allow plugins using the `pg`…
This commit is contained in:
Fredrik Adelöw
2021-11-18 11:23:21 +01:00
committed by GitHub
11 changed files with 497 additions and 22 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
Adding config prop `pluginDivisionMode` to allow plugins using the `pg` client to create their own management schemas in the db. This allows `pg` client plugins to work in separate schemas in the same db.