Merge pull request #8303 from backstage/eide/run-migrations

[backend-common]: Make it possible to skip database migrations
This commit is contained in:
Johan Haals
2021-12-07 15:09:32 +01:00
committed by GitHub
7 changed files with 94 additions and 15 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Honor database migration configuration
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
Add options argument to support additional database migrations configuration