mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #4481] [CLOSED] Migrate authentication.db to jellyfin.db #10097
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/4481
Author: @ferferga
Created: 11/15/2020
Status: ❌ Closed
Base:
master← Head:authentication-migrate📝 Commits (3)
8582b89Migrate authentication.db to jellyfin.db15915d9Remove unnecessary code from AuthenticationRepository83de1dcMake 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.