🐛(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:
Anthony LC
2024-10-10 13:57:36 +02:00
committed by Anthony LC
parent 39d0211593
commit 0d5b2382ab
2 changed files with 132 additions and 0 deletions

View File

@@ -9,6 +9,10 @@ and this project adheres to
## [Unreleased]
## Fixed
- 🐛(db) fix users duplicate #316
## [1.5.0] - 2024-10-09