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",
|
name: "MaxActiveSessions",
|
||||||
schema: "jellyfin",
|
schema: "jellyfin",
|
||||||
table: "Users",
|
table: "Users",
|
||||||
nullable: false);
|
nullable: false,
|
||||||
|
defaultValue: 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void Down(MigrationBuilder migrationBuilder)
|
protected override void Down(MigrationBuilder migrationBuilder)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user