[PR #14465] [MERGED] Use IDatabaseCreator instead of relying on History repository #13998

Closed
opened 2026-02-07 07:22:37 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14465
Author: @JPVenson
Created: 7/13/2025
Status: Merged
Merged: 7/15/2025
Merged by: @crobibero

Base: masterHead: bugfix/fixOptionsOnNewDb


📝 Commits (2)

  • 0d0fa93 Use IDatabaseCreator instead of relying on History repository
  • 763c2a7 Reenable WAL

📊 Changes

4 files changed (+1740 additions, -1 deletions)

View changed files

📝 Jellyfin.Server/Migrations/JellyfinMigrationService.cs (+8 -0)
src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Migrations/20250714044826_ResetJournalMode.Designer.cs (+1709 -0)
src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Migrations/20250714044826_ResetJournalMode.cs (+22 -0)
📝 src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Migrations/JellyfinDbModelSnapshot.cs (+1 -1)

📄 Description

fixes #14434
fixes #14366


🔄 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/14465 **Author:** [@JPVenson](https://github.com/JPVenson) **Created:** 7/13/2025 **Status:** ✅ Merged **Merged:** 7/15/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `bugfix/fixOptionsOnNewDb` --- ### 📝 Commits (2) - [`0d0fa93`](https://github.com/jellyfin/jellyfin/commit/0d0fa93d41a7caba5dfae671b3363eff568e058e) Use IDatabaseCreator instead of relying on History repository - [`763c2a7`](https://github.com/jellyfin/jellyfin/commit/763c2a7b507e2acfa63dccd509870b40a9c2cca3) Reenable WAL ### 📊 Changes **4 files changed** (+1740 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server/Migrations/JellyfinMigrationService.cs` (+8 -0) ➕ `src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Migrations/20250714044826_ResetJournalMode.Designer.cs` (+1709 -0) ➕ `src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Migrations/20250714044826_ResetJournalMode.cs` (+22 -0) 📝 `src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Migrations/JellyfinDbModelSnapshot.cs` (+1 -1) </details> ### 📄 Description fixes #14434 fixes #14366 --- <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 07:22:37 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13998