fix playout builds using duration or multiple (#115)

This commit is contained in:
Jason Dove
2021-03-29 20:01:46 +00:00
committed by GitHub
parent c48f0a7d51
commit a62c4ecfcf
7 changed files with 2064 additions and 8 deletions
@@ -1412,6 +1412,12 @@ namespace ErsatzTV.Infrastructure.Migrations
b1.Property<int>("PlayoutId")
.HasColumnType("INTEGER");
b1.Property<DateTime?>("DurationFinish")
.HasColumnType("TEXT");
b1.Property<int?>("MultipleRemaining")
.HasColumnType("INTEGER");
b1.Property<int>("NextScheduleItemId")
.HasColumnType("INTEGER");