mirror of https://github.com/ErsatzTV/ErsatzTV.git
18 changed files with 1612 additions and 6 deletions
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,20 @@
@@ -0,0 +1,20 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations; |
||||
|
||||
namespace ErsatzTV.Infrastructure.Migrations |
||||
{ |
||||
public partial class Add_FFmpegProfileQsvAcceleration : Migration |
||||
{ |
||||
protected override void Up(MigrationBuilder migrationBuilder) => |
||||
migrationBuilder.AddColumn<bool>( |
||||
"QsvAcceleration", |
||||
"FFmpegProfile", |
||||
"INTEGER", |
||||
nullable: false, |
||||
defaultValue: false); |
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder) => |
||||
migrationBuilder.DropColumn( |
||||
"QsvAcceleration", |
||||
"FFmpegProfile"); |
||||
} |
||||
} |
||||
Loading…
Reference in new issue