From f00ca3cb8e125a754dc18d696cef249b84661dc2 Mon Sep 17 00:00:00 2001 From: Taras Mankovski Date: Fri, 2 Oct 2020 09:35:38 -0400 Subject: [PATCH] Added changeset for #2674 --- .changeset/2674.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .changeset/2674.md diff --git a/.changeset/2674.md b/.changeset/2674.md new file mode 100644 index 0000000000..9820543598 --- /dev/null +++ b/.changeset/2674.md @@ -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.