mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Add default value of 0
This commit is contained in:
parent
49c363751a
commit
b3249e849c
@ -13,7 +13,8 @@ namespace Jellyfin.Server.Implementations.Migrations
|
||||
name: "MaxActiveSessions",
|
||||
schema: "jellyfin",
|
||||
table: "Users",
|
||||
nullable: false);
|
||||
nullable: false,
|
||||
defaultValue: 0);
|
||||
}
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
|
Loading…
x
Reference in New Issue
Block a user