Supress transaction (#14514)

This commit is contained in:
JPVenson 2025-07-23 02:09:31 +03:00 committed by GitHub
parent 774be151aa
commit 57d077d08e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ namespace Jellyfin.Server.Implementations.Migrations
protected override void Up(MigrationBuilder migrationBuilder)
{
// Resets journal mode to WAL for users that have created their database during 10.11-RC1 or 2
migrationBuilder.Sql("PRAGMA journal_mode = 'WAL';");
migrationBuilder.Sql("PRAGMA journal_mode = 'WAL';", true);
}
/// <inheritdoc />