From 2cc1d1b23516bae66a21cba7574420c8d1193d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Mon, 21 Mar 2022 13:53:35 +0100 Subject: [PATCH] apply fix here too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .changeset/moody-pigs-rush.md | 5 +++++ plugins/auth-backend/CHANGELOG.md | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 .changeset/moody-pigs-rush.md diff --git a/.changeset/moody-pigs-rush.md b/.changeset/moody-pigs-rush.md new file mode 100644 index 0000000000..37ae171382 --- /dev/null +++ b/.changeset/moody-pigs-rush.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-auth-backend': patch +--- + +Applied the fix from version 0.12.3 of this package, which is part of the v1.0.1 release of Backstage. diff --git a/plugins/auth-backend/CHANGELOG.md b/plugins/auth-backend/CHANGELOG.md index 7ba3059626..25e6052afa 100644 --- a/plugins/auth-backend/CHANGELOG.md +++ b/plugins/auth-backend/CHANGELOG.md @@ -1,5 +1,13 @@ # @backstage/plugin-auth-backend +## 0.12.3 + +### Patch Changes + +- Fix migrations to do the right thing on sqlite databases, and reapply the column type fix for those who are _not_ on sqlite databases. + + Reconstruction of #10317 in the form of a patch release instead. + ## 0.12.2 ### Patch Changes