🐛(db) fix users duplicate
Some OIDC identity providers provide a random value in the "sub" field instead of an identifying ID. It created duplicate users in the database. This migration fixes the issue by removing the duplicate users after having updated all the references to the old users.
This commit is contained in:
@@ -9,6 +9,10 @@ and this project adheres to
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## Fixed
|
||||
|
||||
- 🐛(db) fix users duplicate #316
|
||||
|
||||
|
||||
## [1.5.0] - 2024-10-09
|
||||
|
||||
|
||||
Reference in New Issue
Block a user