keep crossover episodes together (#237)

This commit is contained in:
Jason Dove
2021-05-31 11:58:56 -05:00
committed by GitHub
parent eee10dee22
commit c70f153241
18 changed files with 3198 additions and 53 deletions
@@ -1056,6 +1056,9 @@ namespace ErsatzTV.Infrastructure.Migrations
b.Property<string>("Name")
.HasColumnType("TEXT");
b.Property<bool>("TreatCollectionsAsShows")
.HasColumnType("INTEGER");
b.HasKey("Id");
b.HasIndex("Name")