[PR #4280] [CLOSED] Make MaxActiveSessions column not nullable #10000

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4280
Author: @cvium
Created: 10/5/2020
Status: Closed

Base: masterHead: set_maxactivesessions_not_null


📝 Commits (1)

  • 0e2432c Make MaxActiveSessions column not nullable

📊 Changes

3 files changed (+578 additions, -1 deletions)

View changed files

Jellyfin.Server.Implementations/Migrations/20201005172914_AlterMaxActiveSessionsNotNullable.Designer.cs (+464 -0)
Jellyfin.Server.Implementations/Migrations/20201005172914_AlterMaxActiveSessionsNotNullable.cs (+113 -0)
📝 Jellyfin.Server.Implementations/Migrations/JellyfinDbModelSnapshot.cs (+1 -1)

📄 Description

Sqlite blows...


🔄 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/4280 **Author:** [@cvium](https://github.com/cvium) **Created:** 10/5/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `set_maxactivesessions_not_null` --- ### 📝 Commits (1) - [`0e2432c`](https://github.com/jellyfin/jellyfin/commit/0e2432cdf837fed75cf1650482a4811bad040252) Make MaxActiveSessions column not nullable ### 📊 Changes **3 files changed** (+578 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `Jellyfin.Server.Implementations/Migrations/20201005172914_AlterMaxActiveSessionsNotNullable.Designer.cs` (+464 -0) ➕ `Jellyfin.Server.Implementations/Migrations/20201005172914_AlterMaxActiveSessionsNotNullable.cs` (+113 -0) 📝 `Jellyfin.Server.Implementations/Migrations/JellyfinDbModelSnapshot.cs` (+1 -1) </details> ### 📄 Description Sqlite blows... --- <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:12:18 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10000