mirror of https://github.com/ErsatzTV/ErsatzTV.git
3 changed files with 1981 additions and 1 deletions
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,14 @@
@@ -0,0 +1,14 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations; |
||||
|
||||
namespace ErsatzTV.Infrastructure.Migrations |
||||
{ |
||||
public partial class Update_MediaVersion_SampleAspectRatio11 : Migration |
||||
{ |
||||
protected override void Up(MigrationBuilder migrationBuilder) => migrationBuilder.Sql( |
||||
@"UPDATE MediaVersion SET SampleAspectRatio = '1:1' where SampleAspectRatio is null"); |
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder) |
||||
{ |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue