Skip to content

Commit

Permalink
Added changeset for backstage#2674
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Oct 2, 2020
1 parent 3396689 commit f00ca3c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changeset/2674.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@backstage/backend-common': minor
'@backstage/create-app': minor
---
Auto-create plugin databases

Relates to #1598.

This creates databases for plugins before handing off control to plugins.

The list of plugins currently need to be hardcoded depending on the installed plugins. A later PR will properly refactor the code to provide a factory pattern where plugins specify what they need, and knex instances will be provided based on the input.

0 comments on commit f00ca3c

Please sign in to comment.