Refactored volume to contain pages and removed /reader/info API endpoint.

This commit is contained in:
Joseph Milazzo 2021-01-11 17:36:11 -06:00
parent c2b41b774a
commit 28ce2bbba1
9 changed files with 571 additions and 18 deletions

View file

@ -264,6 +264,9 @@ namespace API.Data.Migrations
b.Property<int>("Number")
.HasColumnType("INTEGER");
b.Property<int>("Pages")
.HasColumnType("INTEGER");
b.Property<int>("SeriesId")
.HasColumnType("INTEGER");