Inherit web links for Series and bug fixes (#4152)

This commit is contained in:
Fesaa
2025-10-25 21:35:53 +02:00
committed by GitHub
parent 935ed96416
commit 76f9e085eb
31 changed files with 4284 additions and 119 deletions
@@ -17,7 +17,7 @@ namespace API.Data.Migrations
protected override void BuildModel(ModelBuilder modelBuilder)
{
#pragma warning disable 612, 618
modelBuilder.HasAnnotation("ProductVersion", "9.0.7");
modelBuilder.HasAnnotation("ProductVersion", "9.0.10");
modelBuilder.Entity("API.Entities.AppRole", b =>
{
@@ -1483,6 +1483,9 @@ namespace API.Data.Migrations
b.Property<bool>("IncludeInSearch")
.HasColumnType("INTEGER");
b.Property<bool>("InheritWebLinksFromFirstChapter")
.HasColumnType("INTEGER");
b.Property<DateTime>("LastModified")
.HasColumnType("TEXT");