apply fix here too

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-03-21 13:53:35 +01:00
parent ff4f1b6f51
commit 2cc1d1b235
2 changed files with 13 additions and 0 deletions
+5
View File
@@ -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.
+8
View File
@@ -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