[PR #4481] [CLOSED] Migrate authentication.db to jellyfin.db #10097

Closed
opened 2026-02-07 06:14:05 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4481
Author: @ferferga
Created: 11/15/2020
Status: Closed

Base: masterHead: authentication-migrate


📝 Commits (3)

  • 8582b89 Migrate authentication.db to jellyfin.db
  • 15915d9 Remove unnecessary code from AuthenticationRepository
  • 83de1dc Make linter happy

📊 Changes

3 files changed (+84 additions, -42 deletions)

View changed files

📝 Emby.Server.Implementations/Security/AuthenticationRepository.cs (+4 -41)
📝 Jellyfin.Server/Migrations/MigrationRunner.cs (+2 -1)
Jellyfin.Server/Migrations/Routines/MigrateAuthenticationDb.cs (+78 -0)

📄 Description

Authentication is not yet migrated to EFCore but it's perhaps the only one that had a sane schema, so I thoyght this was a good idea. Less work once everything is moved to EFCore I guess? :P

I also removed some migration code of another (perhaps?) really old scheme.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/4481 **Author:** [@ferferga](https://github.com/ferferga) **Created:** 11/15/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `authentication-migrate` --- ### 📝 Commits (3) - [`8582b89`](https://github.com/jellyfin/jellyfin/commit/8582b89b157516205d07b1a2a75371a030128791) Migrate authentication.db to jellyfin.db - [`15915d9`](https://github.com/jellyfin/jellyfin/commit/15915d9f45051bb096e1de45c11be9a7a0458eaa) Remove unnecessary code from AuthenticationRepository - [`83de1dc`](https://github.com/jellyfin/jellyfin/commit/83de1dc9a12cf079c4f804c1e2c5d601bd1bedda) Make linter happy ### 📊 Changes **3 files changed** (+84 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Security/AuthenticationRepository.cs` (+4 -41) 📝 `Jellyfin.Server/Migrations/MigrationRunner.cs` (+2 -1) ➕ `Jellyfin.Server/Migrations/Routines/MigrateAuthenticationDb.cs` (+78 -0) </details> ### 📄 Description Authentication is not yet migrated to EFCore but it's perhaps the only one that had a sane schema, so I thoyght this was a good idea. Less work once everything is moved to EFCore I guess? :P I also removed some migration code of another (perhaps?) really old scheme. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:14:05 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10097