mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-06-05 22:35:17 -04:00
Inherit web links for Series and bug fixes (#4152)
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user