mirror of https://github.com/ErsatzTV/ErsatzTV.git
19 changed files with 2920 additions and 77 deletions
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,23 @@
@@ -0,0 +1,23 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations; |
||||
|
||||
namespace ErsatzTV.Infrastructure.Migrations |
||||
{ |
||||
public partial class Remove_FFmpegProfileFrameRate : Migration |
||||
{ |
||||
protected override void Up(MigrationBuilder migrationBuilder) |
||||
{ |
||||
migrationBuilder.DropColumn( |
||||
name: "FrameRate", |
||||
table: "FFmpegProfile"); |
||||
} |
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder) |
||||
{ |
||||
migrationBuilder.AddColumn<string>( |
||||
name: "FrameRate", |
||||
table: "FFmpegProfile", |
||||
type: "TEXT", |
||||
nullable: true); |
||||
} |
||||
} |
||||
} |
||||
Loading…
Reference in new issue